Max element in window of k size
Complete C++ Course
interview-problem-maximum-element-in-window-of-size-k
yuktikhantwal
(Yukti Khantwal)
September 11, 2019, 6:47pm
#1
Why are we processing the first k elements separately and not with the remaining ones?