Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 283 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 283 Bytes

A-algorithm-implementation

This is an implementation of the A* greedy algorithm, which means am not using the heuristic function. I wrote this code 6 years ago when I started programming, it's intended to give insight of the code implementation and not for real application usage