Topic: Stack Problem / Level: intermediate

Problem: Implement a function to find the maximum value in each sliding window of size k using a stack.

Run the code to see the output here...