Section 8 Chapter 48 - Optimisation Algorithms Flashcards

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

Examples of optimisation problems (4)

A
  • Scheduling
  • Finding the best move in a chess problem
  • Timetabling
  • Finding the shortest path
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Application of shortest path algorithm (2)

A

Finding the shortest route by road

Navigating a maze

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

Djikstra’s algorithm

A

Finds the shortest path between two nodes in a graph. It is a breadth first search, but uses a priority queue rather than a FIFO queue

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