Pathfinding algorithms Flashcards

1
Q

Define Dijkstra’s algorithm

A

finding shortest path between two nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where is Dijkstra’s used?

A
  • managing networks

- guide cars along a route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Disadvantages of Dijkstra’s

A

can be inefficient for searching for shortest path to one specific target

How well did you know this?
1
Not at all
2
3
4
5
Perfectly