Programming (Year 12)
Algorithm Complexity
What is the time complexity of accessing an element in a list by index?
O(n)
O(1)
O(log n)
O(n^2)
Next