This is one of the best videos for this problem's solution. I loved the explanation.
@JyotinderSingh2 жыл бұрын
Glad to hear that! Please consider subscribing for more content!
@jimmyopot19724 жыл бұрын
I didn't study CS on campus, thanks for helping me understand how binary works.
@JyotinderSingh4 жыл бұрын
I'm glad you found this useful! Be sure to subscribe for more content!
@poojasugandhi62952 жыл бұрын
Literally best video, I checked many but liked your video explanation "the best".
@JyotinderSingh2 жыл бұрын
Thank you so much for kind words!
@melanieprevot4926 Жыл бұрын
This is indeed the clearest explanation! Thank you!
@kajalgoyal70622 жыл бұрын
Easiest Explanation found!! Thanks
@6112arjun3 жыл бұрын
Excellent explanation man. Liked and subbed
@technologicalvivek7510 Жыл бұрын
Very nice explanation brother
@laisdeghaide98534 жыл бұрын
Next week is my Facebook interview (the last one and I'm kinda nervous), you're helping me a lot. Thank you.
@JyotinderSingh4 жыл бұрын
I'm so glad to hear that! I'll definitely try to squeeze in a couple more videos onto the channel by then! Best of luck!
@VillageJoker3 жыл бұрын
how did your interview go Laìs
@amirkazi2 жыл бұрын
Excellent explanation.
@jagrutitiwari25512 жыл бұрын
Amazing video. Keep going.
@teeshadembla69209 ай бұрын
amazing explanation!!!
@tarunbehera934 Жыл бұрын
why "i--" and "j--" are decremented inside the array 'a' and 'b' and Not just before the ending of the while loop??
@harsimrankaur95663 жыл бұрын
Well explained!
@JyotinderSingh3 жыл бұрын
Thanks a lot! Be sure to subscribe for more videos!
@anands31192 жыл бұрын
Very useful....'
@gta65153 жыл бұрын
Hi, could you please tell why have you took i and j as a.size()-1 and b.size()-1 respectively, shouldn't their values be a.size() and b.size() . As indexing if string starts from 1 and not 0 . Could you please clear this?
@JyotinderSingh3 жыл бұрын
i and j refer to the total number of traversable elements in each of the strings. As you see we start inside the while loop from the rightmost index of each of the strings. Had the value of i or j been a.size() and b.size() respectively - it would have led to an index out of bounds exception, since the last element of the string is at position (size - 1)
@devbhattacharya1533 жыл бұрын
Thanks sir a lot for helping!!!
@20-213K.abhilasha5 ай бұрын
we cannot use it as a[i] & b[j] it is not an array
@studentsheaven-d8v16 күн бұрын
love from PAKISTAN.
@mohitvashisth29332 жыл бұрын
ascii 1 is represent as 49 not 31
@awful999 Жыл бұрын
0x31 in hex is ascii 1
@abelyohannes2226 Жыл бұрын
Bro can u help me out on a lil code its for school project please just hint bro