If someone is looking for the same CPP code- bool isPossible(vector& nums) { int n = nums.size(); unordered_map am, vm; for(int i=0; i
@CodeWithSunchitDudeja2 жыл бұрын
Thanks for sharing
@muskangupta75227 ай бұрын
A very good explaination that I needed.
@095_shaniabalkhi9 Жыл бұрын
Best Explanation 🔥🔥
@CodeWithSunchitDudeja Жыл бұрын
Thanks
@sajalkaushik2 жыл бұрын
Excellent explanation 😀
@shrimpo64162 жыл бұрын
I'm gonna commit to it! I will do leetcode at least 1 question a day and I'll leave a comment. If I don't do it consistently for 7 days I'll donate $100 to Trump.
@shrimpo64162 жыл бұрын
just finished today's question :)
@CodeWithSunchitDudeja2 жыл бұрын
Haha... All the best, and I promise I will not let you donate money to Trump. 😅
@vikassinghbisht73057 ай бұрын
thanks a lot bhaiya
@pritishpattnaik46742 жыл бұрын
I have tried on my own without hashmaps , some testcases failed now I came to this video abb pata laga I have read the question a bit wrong , I missed some key points , great video bhaiya
@CodeWithSunchitDudeja2 жыл бұрын
Thanks
@khushalkhanna84762 жыл бұрын
Really nice solution finally understood the solution and the problem
@ashishverma1382 Жыл бұрын
nice explanation
@mrrishiraj882 жыл бұрын
Thanks
@CodeWithSunchitDudeja2 жыл бұрын
Welcome
@sahilshah11462 жыл бұрын
Amazing explanation, really enjoy your approach of explaining the algo and code, keep it up!
@CodeWithSunchitDudeja2 жыл бұрын
Thank you very much!
@satwikjain6177 Жыл бұрын
beautiful explanation please carry on, and also update you sheets with latest questions in trend it will be beneficial for 2024 batch Thanks for such helpful content :)
@CodeWithSunchitDudeja Жыл бұрын
Sure
@swatikulshrestha53042 жыл бұрын
Awesome explanation 🔥👏
@piyushsaxena62432 жыл бұрын
very nice explanation, thanks a lot bro
@heykalyan2 жыл бұрын
i was waiting for your video☺️thanks again, very gud explanation
@Sandeep-zd6dq2 жыл бұрын
Amazing explanation 🙌
@sagarbora77682 жыл бұрын
Chapterss: Problem Statement Explanation: 1:10 Concept Building: 04:15 Coding: 13:15
@sagarbora77682 жыл бұрын
Much recommended content ❤ u guruji +1
@CodeWithSunchitDudeja2 жыл бұрын
Thanks for doing it...
@AnandKumar-kz3ls2 жыл бұрын
you made my day bro keep it up
@CodeWithSunchitDudeja2 жыл бұрын
Glad you enjoyed
@naive-fleek742010 ай бұрын
why continuing previous sequence is preferred over creating new sequence ? any logic for that?
@yashwantsaini6732 жыл бұрын
Why we are giving first preference to add new element in existing group instead of creating new group with that number??
@aviralarpan73502 жыл бұрын
Lol
@krateskim41692 жыл бұрын
great explanation
@CodeWithSunchitDudeja2 жыл бұрын
Glad it was helpful!
@rajsrivastava80702 жыл бұрын
Great Explanation..
@CodeWithSunchitDudeja2 жыл бұрын
Glad it was helpful!
@mohithadiyal60832 жыл бұрын
Amazing
@akhilburada45242 жыл бұрын
You are really awesome Sir..❤
@CodeWithSunchitDudeja2 жыл бұрын
Thank you so much 😀
@alexcannizaro33332 жыл бұрын
Can u please change one thing about your videos is to write code in the video from beginning, that really helps a lot for beginners like me.
@CodeWithSunchitDudeja2 жыл бұрын
Sure
@rajshah9129 Жыл бұрын
u said we have 2 opt add to old grp or create new grp but u r only adding to old grp not creating new grp ?? why that