CS A Level Paper 1 > big o > Flashcards
list polynomial and more time complexity
O(n^2)
O(k^n)
O(n!)
time complexity of
binary search
O(log n)
bubble sort
for … for ….
linear search
O(n)
merge sort
O(n log n)