This project is a delivery app that uses divers search algorithms to come upon the best path solution, for a company named HealthPlanet.
- Ensure Python 3 is installed on your system.
- Move to src/
- Run the script using the command: python Main.py
- DFS (Depth-First Search)
- BFS (Breadth-First Search)
- IDDFS (Iterative Deepening Depth-First Search)
- UCS (Uniform Cost Search)
- Dijkstra
- Floyd Warshall
- Bellman-Ford
- Random Walk
- A*
- IDA*
- Greedy