Topic: Stack Problem / Level: intermediate

Problem: Implement a function to merge two sorted stacks into one without using any auxiliary stack or array.

Run the code to see the output here...