Algorithms — A-Level Revision Notes

3 notes on Algorithms for A-Level Computer Science.

Big-O Time ComplexityWe compare algorithms by how their time (or space) requirement grows… Graph and Tree TraversalsTraversal means visiting every node systematically. For graphs there… Dijkstra's Shortest Path AlgorithmDijkstra's algorithm finds the shortest (lowest-cost) path from a…

What these notes cover

← All A-Level Computer Science notes