Smartmind
.global
What is the asymptotic notation for an algorithm that takes O(2^n) time?
O(n^2)
O(log n)
O(n)
O(2^n)
Advanced Data Structures Exercises are loading ...