hnoest question how do you think of such approaches while the contest itself even if I was given like 10 days to solve this I wouldn't have thought of an approach like this one
bro many many thanks to you. apne iss week 2 pointer itni ache se explain kiya ki i got this one almost instantly during the contest. You are amazing bhai.
Well explained and nice test case walk-through man! Just a small suggestion: you're adding too much drama in your facial expressions on camera, kind of distractive lol
you are such a genius! I wish I can be as smart as you one day!
I solved it by myself yesterday!
Bro, loved your confidence and your approach was crazy🔥🔥
hnoest question how do you think of such approaches while the contest itself even if I was given like 10 days to solve this I wouldn't have thought of an approach like this one
mera toh 3rd yr khatam hone ko aya hai abhi bhi nhi hua
bro many many thanks to you. apne iss week 2 pointer itni ache se explain kiya ki i got this one almost instantly during the contest. You are amazing bhai.
got stuck in removing OR value from starting pointer. I just suck at bit manipulation.
@abhishek pls share your profile or your solution link
I am unable to understand any code
aryan mittal legend
12:43 remove the contribution of OR
nice approach ! understood it
nice video bro 🤯
Badhiya bhai 👏👏
God Aryan!!!!
Thanks, great explanation
brilliant solution
very helpful bro
sliding window marathon
yeah even daily problems are of sw
Well explained and nice test case walk-through man!
Just a small suggestion: you're adding too much drama in your facial expressions on camera, kind of distractive lol
BRO ISSE NAHI HOSAKTA KYA
#define ll long long
#include
using namespace std;
class Solution {
public:
int minimumSubarrayLength(vector& nums, int k) {
mapmp;
int n=nums.size();
ll ans=1e8;
for(int i=0;i=k)return 1;
ll x=nums[i];
ll count=1;
for(int j=i+1;j=k){
ans=min(ans,mp[{i,j}]);
}
}
}
if(ans==1e8){
return -1;
}
return ans;
}
};
nhi
Thanks Aryan
Bro,waste of time