Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 247 Bytes

File metadata and controls

3 lines (2 loc) · 247 Bytes

A*-Search-Finding-Algorithm

Implemented a visualizer for the A* path finding algorithm using Python and Pygame.Given a starting and ending points, the visualizer demonstrates the shortest path between the points, with obstruction also present.