Topic: Stack Problem / Level: beginner

Problem: Implement a function to push the elements of a matrix into a stack column by column and reverse them.

Run the code to see the output here...