50) Which of the following permutations can be obtained in the output(in the same order),using a stack assuming that the input is the sequence 1,2,3,4,5 in that order?
Answer is:
3,4,5,2,1
Related Data structures and Algorithms MCQ with Answers
Answer is: