Smartmind
.global
What is the time complexity of a push operation on a stack?
O(n)
O(log n)
O(1)
O(n^2)
Computer Science and Technology Exercises are loading ...