I am trying to solve the Sliding Window Maximum problem (given an array and an integer m, find the maximum for each and every contiguous subarray of size m).
I actually m