Jul 26, 2024
Constant Time: O(1)
Linear Time: O(n)
Nested Loops: O(n^2)
Logarithmic Time: O(log n)
Exponential Time: O(2^n)
LinkedList
Full transcript