Topic: Stack Problem / Level: beginner

Problem: Create a function to reverse every third element in a stack without using another stack.

Run the code to see the output here...