Skip to content

AndreasAvgou/Search-Algorithms

Repository files navigation

Search Algorithms

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

Included Algorithms

  • Linear Search
  • Binary Search
  • BFS
  • DFS
  • Dijkstra
  • A* Search

Usage

python main.py

Output

Results are saved in:

outputs/search_results.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages