/AI-course-project

A simple website to visualizing path finding algorithms (informed search and uninformed search)

Primary LanguageJavaScript

AI-course-project

This is the course project for the subject Artificial Intelligence

Algorithms supported

  1. Depth first search
  2. Breadth first search
  3. A star

Features

  • Random maze generation
  • speed control
  • clean and intuitive user interface