## Detailed Description Given an array and an integer k, find the maximum for each and every contiguous subarray of size k. ## Context (It shows implementation and algorithm of heap or deque data structure) ## Possible Implementation Use of deque STL library