AQA A-Level Computer Science 4.3 Fundamentals of algorithms overview quiz quiz
11questions. Pick an answer and you'll see why right away.
Which data structure does breadth-first traversal use?
What does an in-order traversal of a binary tree visit in the middle?
What requirement does binary search have that linear search does not?
What is the worst-case time complexity of binary search?
What is the time complexity of bubble sort?
Why is merge sort more efficient than bubble sort for large lists?
What does Dijkstra's algorithm find?
Why does Dijkstra's algorithm use a priority queue?
What does Big-O notation describe?
Which list is in order from most efficient to least efficient as grows?
A single loop that runs times has which time complexity?