M-Adil-AS / AI-Search

Implementation of A*, DFS, BFS, GBFS search algorithms using JavaScript

Home Page:https://m-adil-as.github.io/AI-Search/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Search

Implementation of A*, DFS, BFS, GBFS search algorithms using JavaScript.

This project helps to understand how these algorithms work and how do they compare to each other. The program applies these algorithms to find solution of different mazes.

'I' represents the initial state/node whereas 'G' represents the goal state/node.

Demo Instructions:

Enter Maze No: 1 OR 2 OR 3
Show Solution OR Explored Nodes (S OR E)
Enter Algorithm No: 1. A*, 2. BFS, 3. DFS, 4.GBFS

Demo URL: https://m-adil-as.github.io/AI-Search

Maze1

About

Implementation of A*, DFS, BFS, GBFS search algorithms using JavaScript

https://m-adil-as.github.io/AI-Search/


Languages

Language:JavaScript 96.0%Language:CSS 2.4%Language:HTML 1.6%