A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity
Uniform Cost Search (Special case of Dijkstra's algorithm)
Best First Search
A* Search (Stable priority queue implementation)
Euclidean distance heuristic:
Manhattan distance heuristic:
About
A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity