What 2 algorithms are used to find minimum spanning trees?
How do you perform Kruskal’s algorithm?
How do you perform Prim’s algorithm on a graph?
What are advantages/disadvantages of Kruskals algorithm?
What are advantages/disadvantages of Prim’s algorithm?
How do you perform Prim’s algorithm on a matrix?
What does Dijkstra’s algorithm do?
It finds the shortest distance between 2 vertices in a network
What is the method to find the shortest distance between 2 points using Dijkstra’s algorithm?
What are the compartments in the box when performing Dijkstra’s algorithm used for?
Top left: Order of Labelling
Top Right: Permanent Label
Bottom: Working Values
When do you stop in Dijkstra’s algorithm?
When the destination vertex has been given a permanent label
What is the method for performing Dijkstra’s algorithm to backtrack and find the shortest route?
What is the method for bubble sort?
Circle comparisons, Label end of each pass, “No swaps made in last pass so the list is in order”
What is the method for first fit bin pack algorithm?
What is the method for first fit decreasing bin pack algorithm?
What is the method for full bin pack algorithm?
What is the method for Floyds algorithm?
What is the method for quick sort?
State pivots in each iteration and conclude with “sort complete”