Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 442 Bytes

Basic Search Algorithms Implementation

Files included:

  • search.py is the file where the algorithms are implemented.
  • main.py is the scrip that provides helper functions that load the map from csv files and visualize the map and path.
  • map.csv is the map file.
  • test_map.csv is another test map.

Get Started

Run the code:

python search.py


For visualization, Run:

python main.py