codesONLY / JavaScriptONLY

Knowledge Resource of core fundamentals of JavaScript explained in simple way!
378 stars 182 forks source link

Solve Maze using DFS/BFS/Heuristic/A* Algorithm #43

Open cybercoder-naj opened 2 years ago

cybercoder-naj commented 2 years ago

Slightly advanced but simple search problem in AI. Can be done using many approaches.

dainik10 commented 5 months ago

Give me this issue to solve.