This project provides implementations of common search algorithms, each separated into individual Python files.
All algorithms include a run_example() function.
Running main.py executes all algorithms and exports their results to: outputs/search_results.csv
- Linear Search
- Binary Search
- BFS
- DFS
- Dijkstra
- A* Search
python main.py
Results are saved in:
outputs/search_results.csv