Smartmind
.global
Considering a stack implemented using an array, what is its push operation's time complexity?
O(n)
O(log n)
O(1)
O(n^2)
Data Structures and Algorithms Exercises are loading ...