Topic: Stack Problem / Level: intermediate

Problem: Implement a stack that can reverse a linked list in O(n) time.

Run the code to see the output here...