Algorithms
Algorithms copied to clipboard
Add A* algorithm
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?
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.