Topic: Stack Problem / Level: advanced

Problem: Design a stack-based algorithm to merge two sorted stacks into one sorted stack in O(n) time.

Run the code to see the output here...