williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
17.15k stars 4.34k forks source link

Add A* algorithm #18

Open williamfiset opened 6 years ago

nishantc1527 commented 4 years ago

I can do this. I am familiar with A* algorithm, however it might take me a while to get used to the input format for the other graph algorithms. Do I have to do it for both adjacency list and matrix, or just adjacency list?

williamfiset commented 4 years ago

Pick whichever one you want, I find the adjacency list more practical most of the time because it's more flexible, but I don't care.