A Level Further Maths Decision Definitions Flashcards
An algorithm
a finite sequence of step by step instructions carried out to solve a problem
Bubble Sort: Pros (2)
- simple to implement
- efficient way to check if list is already in order
Bubble Sort: Cons (1)
- extremely inefficient to write
Bin Packing: First Fit: Pros (1)
- quick to do
Bin Packing: First Fit: Cons (1)
- not likely to lead to a good solution
Bin Packing: First Fit Decreasing: Pros (2)
- usually get a fairly good solution
- easy to do
Bin Packing: First Fit Decreasing: Cons (1)
- might not get an optimal solution
Bin Packing: Full Bin Packing: Pros (1)
- usually get a fairly good solution
Bin Packing: Full Bin Packing: Cons (1)
- difficult to do
A Minimum Spanning Tree
A spanning tree such that the total length of its arcs is as small as possible
Floyd’s Algorithm is used to
Find the shortest path between every pair of vertices in a network
Graph
Loads of lines that are put on each other :P
A Subgraph
Part of the original graph
The number of edges incident to a vertex
Degree/Valency/Order
A Walk
A route through a graph along edges from one vertex to the next