Skip to main content

← Computer Science syllabus

EnglandComputer Science

4.3 Fundamentals of algorithms

5 dot points across 5 inquiry questions. Click any dot point for a focused answer with worked past exam questions where available.

How do we measure and compare the efficiency of algorithms?

How does Dijkstra's algorithm find the shortest path in a weighted graph?

How are graphs and trees systematically traversed?

How do linear and binary search work, and which is faster?

How do bubble sort and merge sort work, and which is more efficient?