Stack is a LIFO or Last in First Out Data Structure.
Elements are popped out from the stack based on what is at the top of the stack at any given point.
So how can you Sort the data in a given Stack?
To do so, we have to use a temporary stack that allows us to sort the data in the main stack and pop each element based on their sorting order.
The code for this problem is present at below location:
https://gist.github.com/dashsaurabh/d...
++++++++++++++++++++++++++++++++++++++++++++++++++++
My General Tech Blog : http://www.progressivecoder.com
My Web Dev Focused Blog : https://www.progressivewebninja.com
My Github URL : https://www.github.com/dashsaurabh
#stacks #sorting #datastructures #algorithms
++++++++++++++++++++++++++++++++++++++++++++++++++++
Sound Courtesy - https://www.bensound.com/