Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 137 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 137 Bytes

A_star

My implementation of the A* algorithm. Tested with a basic graph. Can be used for other purposes.

Requirements: pytest python