The first line contains two single space separated integers, N and K.
The second line contains N single space separated integers denoting the elements of the array.
A single line consisting of N - K + 1 single space separated integers denoting the maximum values of the K-sized subarrays where the subarrays are taken in a left to right fashion starting from the 0th index.
0 <= N <= 5 * (10 ^ 5)
1 <= K <= N
Time Limit: 1 sec
Missing Number
Longest Subarray With Zero Sum
Merge Two Sorted Arrays Without Extra Space
Ninja And The Strictly Increasing Array
Negative To The End