Introduction - If you have any usage issues, please Google them yourself
Curently five algorithms are included:
1. A* (using Manhattan distance)
2. A* (using Euclidean distance)
3. A* (using Chebyshev distance)
4. Dijkstra
5. Bi-Directional Breadth-First-Search