Topic: Stack Problem / Level: intermediate

Problem: Implement a function to reverse the order of elements in every other group of k elements in a stack.

Run the code to see the output here...