we use to solve the problem of get the shortest subarray with sum of K, and we can use two pointer to solve this problem. and we can also use the binary search to solve that problem. but how do we solve this problem? this problem can be solved in monotonic queue, like we used to...
Hello everyone, I've been practicing competitive programming for the past two years, but I feel like I've hit a plateau and I'm not making any progress. I've tried various techniques, such as practicing regularly, analyzing my mistakes, and learning from others, but nothing seems to be w...