Topic: Stack Problem / Level: beginner

Problem: Implement a function to reverse every group of 3 elements in a stack using recursion.

Run the code to see the output here...