ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Please fill in the feedback form for PCD: forms.gle/S1QT5aJFLNx1cBtA9
This explanation is the best , you are great
That was a good proof for the first problem !!
For the kevin and binary strings, firstly i tried to store the xor result in long long to compare it, but the constraints on n are 1
Thanks I was also stuck at the same point, now I get it
This is really helpful! Thank you so much bro.
i want e solution please
me too
solving till A to problem D is enough or shall we solve more of them
Good explanation for C thanks
My implementation of C was kind of similar but it failed on 2nd test case I think the problem is in xor logic or something, I'll upsolve it now
Use long long instead of int and try again
Long long will also overflow due to the constraints on n, 1
@@raghavsingla7851 no actually I made a function which counted different bits in both strings which I wanted to compare then I stored it in a map.. I solved that question later :)
@pradyumnkejriwal3007 hey, just wanted to ask are you currently not in India cause your timezone is different? Excellent explanation btw!
Explaination for c 🔥🔥
Thanks
😶😶 I do everything same to same but just one place do replace 0->1 whole code became mess i quit then 😂😂😂
Prady s D was copied , his contest is skipped😂😂
I solved c in 0(n)
how?
I solved it using the sliding window technique as well. 😂
Bro my technique is newly invented
Please fill in the feedback form for PCD: forms.gle/S1QT5aJFLNx1cBtA9
This explanation is the best , you are great
That was a good proof for the first problem !!
For the kevin and binary strings, firstly i tried to store the xor result in long long to compare it, but the constraints on n are 1
Thanks I was also stuck at the same point, now I get it
This is really helpful! Thank you so much bro.
i want e solution please
me too
solving till A to problem D is enough or shall we solve more of them
Good explanation for C thanks
My implementation of C was kind of similar but it failed on 2nd test case I think the problem is in xor logic or something, I'll upsolve it now
Use long long instead of int and try again
Long long will also overflow due to the constraints on n, 1
@@raghavsingla7851 no actually I made a function which counted different bits in both strings which I wanted to compare then I stored it in a map.. I solved that question later :)
@pradyumnkejriwal3007 hey, just wanted to ask are you currently not in India cause your timezone is different? Excellent explanation btw!
Explaination for c 🔥🔥
Thanks
😶😶 I do everything same to same but just one place do replace 0->1 whole code became mess i quit then 😂😂😂
Prady s D was copied , his contest is skipped😂😂
I solved c in 0(n)
how?
I solved it using the sliding window technique as well. 😂
Bro my technique is newly invented