Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 192 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 192 Bytes

Search Algorithms (Project developed during studies in 2009)

Implements, compares and visualizes following search algorithms:

  • A*
  • Depth-first search
  • Best search
  • Dijkstra's algorithm