Topic: Stack Problem / Level: intermediate

Problem: Implement a stack to store function call frames for a recursive algorithm.

Run the code to see the output here...