List of algorithms to memorise for DAA


Elementary graph algorithms

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

[[Notes - DAA HT23, Heaps]]U

Max-Heapify

Make-Max-Heap

Insert

Increase-Key

Extract-Min

Sorting and selecting

Partition




Related posts