If the top of the stack is the first entry of the array what is the complexity for push(newEntry) in big Oh notation? You can assume the stack is using a fixed-length array.
There are no hints for this question