Optimisation Algorithms Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Heuristic Definition (A* Algorithm)

A

A guess that estimates the distance from each node to the destination node

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

Similarities Between Dijkstra’s Shortest Path and A*

A
  • Both are path finding algorithms
  • Both always find the shortest route between two nodes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Differences Between Dijkstra’s Shortest Path and A*

A
  • A* uses heuristics, Dijkstra does not
  • A* is usually more efficient, Dijkstra is usually slower
How well did you know this?
1
Not at all
2
3
4
5
Perfectly