Question: complete the missing code You have an empty sequence, and you will be given N queries. Each query is one of these three types: 1x-Push



complete the missing code
You have an empty sequence, and you will be given N queries. Each query is one of these three types: 1x-Push the element x into the stack. 2 -Delete the element present at the top of the stack. 3 -Print the maximum element in the stack. Function Description Complete the getMax function in the editor below. getMax has the following parameters: - string operations[n]: operations as strings Returns - int]: the answers to each type 3 query Input Format The first line of input contains an integer, n. The next n lines each contain an above mentioned query. Constraints Constraints 1n1061x1081typ
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
