Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 209 Bytes

File metadata and controls

7 lines (5 loc) · 209 Bytes

Algorithm Visualization

Visualization of the A* algorithm, implemented in Python.

Features to add:

  • Option to add weights to nodes
  • Option to search using different algorithms e.g. Dijkstra's.