Please fill in the feedback form for PCD: forms.gle/S1QT5aJFLNx1cBtA9
@divypareek82309 күн бұрын
This explanation is the best , you are great
@abhinavennala96139 күн бұрын
That was a good proof for the first problem !!
@vampconnoisseur9 күн бұрын
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
@divypareek82309 күн бұрын
Thanks I was also stuck at the same point, now I get it
@sazid11839 күн бұрын
This is really helpful! Thank you so much bro.
@Sadanand-z6p9 күн бұрын
i want e solution please
@saurabhbunty1239 күн бұрын
me too
@SameerSuman-ni6fz9 күн бұрын
solving till A to problem D is enough or shall we solve more of them
@vishalmishra-ue4te9 күн бұрын
Good explanation for C thanks
@stabgoblin9 күн бұрын
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
@raghavsingla78519 күн бұрын
Use long long instead of int and try again
@vampconnoisseur9 күн бұрын
Long long will also overflow due to the constraints on n, 1
@stabgoblin6 күн бұрын
@@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 :)
@Anonymous-y7f7u8 күн бұрын
@pradyumnkejriwal3007 hey, just wanted to ask are you currently not in India cause your timezone is different? Excellent explanation btw!
@hardikpatel3529 күн бұрын
Explaination for c 🔥🔥
@italk-gj5kk8 күн бұрын
Thanks
@vibhanshusharma91439 күн бұрын
😶😶 I do everything same to same but just one place do replace 0->1 whole code became mess i quit then 😂😂😂
@bhavyashah36749 күн бұрын
Prady s D was copied , his contest is skipped😂😂
@TanmayMankar-269 күн бұрын
I solved c in 0(n)
@cqwshi9 күн бұрын
how?
@kingbagavathi60569 күн бұрын
I solved it using the sliding window technique as well. 😂