Topic: Stack Problem / Level: advanced

Problem: Create a function that merges k sorted stacks into one sorted stack with minimal auxiliary space.

Run the code to see the output here...