Topic: Stack Problem / Level: intermediate

Problem: Design a function to check if a stack sequence is possible given a set of push/pop operations.

Run the code to see the output here...