Visualization of A* Search, Greedy BFS and Djikstra Search execution
-
Updated
Feb 18, 2018 - Python
Visualization of A* Search, Greedy BFS and Djikstra Search execution
pyGraphr - A Python Graph Traversal Visualizer for applying search algorithms.
This Python script implements the Greedy Best-First Search (GBFS) algorithm to solve a maze using the Turtle graphics library. The program visually represents the maze and the search process, allowing users to observe how the algorithm explores paths to find a solution based on heuristic evaluation.
Add a description, image, and links to the greedy-bfs topic page so that developers can more easily learn about it.
To associate your repository with the greedy-bfs topic, visit your repo's landing page and select "manage topics."