Where would you use a Path Finding Algorithm
What is Dijkstra’s algorithm
An algorithm that finds the shortest path between two nodes in a weighted graph
Describe the steps of Dijkstra’s Algorithm
What is the A* Algorithm
Describe the steps of the A* Algorithm