Interview problem - maximum element in window of size k
f2016115
(SHUBHAM SHARMA)
May 24, 2019, 11:39am
#1
In the deque approach also the worst case complexity is 0(n.k) so how is it better than bruteforce ?