Topic: Stack Problem / Level: beginner

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

Run the code to see the output here...