This project provides visualizations for various search algorithms implemented in Python. You can see how algorithms like Depth-First Search (DFS), Breadth-First Search (BFS), Greedy Best-First Search (GBFS), and A* work in real-time.
- Depth-First Search (DFS)
- Breadth-First Search (BFS)
- Greedy Best-First Search (GBFS)
- A* Search Algorithm (ASTAR)
-
Clone the repository:
git clone https://github.com/tharushaudana/search-algorithm-visualization-python.git
-
Run the visualization script:
python main.py
Contributions are welcome! Please feel free to open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.