Section 8 Chapter 48 - Optimisation Algorithms Flashcards
1
Q
Examples of optimisation problems (4)
A
- Scheduling
- Finding the best move in a chess problem
- Timetabling
- Finding the shortest path
2
Q
Application of shortest path algorithm (2)
A
Finding the shortest route by road
Navigating a maze
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