...

/

Challenge: Sort Stack

Challenge: Sort Stack

Let’s sort the elements of a stack.

Problem

Given a stack, sort elements such that the largest value is at the top.

...