Topic: Stack Problem / Level: intermediate

Problem: Implement a function to reverse the order of elements in a stack while keeping every third element in place.

Run the code to see the output here...