What is the most efficient time complexity an algorithm can have?
O(log n)
O(n)
O(1)
O(n^2)

Data Structures and Algorithms Exercises are loading ...