List of algorithms to memorise for DAA
Elementary graph algorithms
Breadth-first search
Depth-first search
Topological sort
Strongly connected components
Minimum spanning trees
“Generic MST”
Kruskals algorithm
Prim’s algorithm
Shortest paths
Bellman-Ford algorithm
Shortest paths in a DAG
Dijkstra’s algorithm
Floyd-Warshall algorithm
Heaps
Max-Heapify
Make-Max-Heap
Insert
Increase-Key
Extract-Min
Sorting and selecting
Partition
-
[[Notes - DAA HT23, Sorting]]U
Quicksort
Quickselect