Тёмный

Find the disappearing numbers (LeetCode 448) | Full solution with examples | Study Algorithms 

Nikhil Lohia
Подписаться 49 тыс.
Просмотров 10 тыс.
50% 1

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@CostaKazistov
@CostaKazistov 2 года назад
That's pretty clever. Really interesting solution.👍
@arnavkukreti2009
@arnavkukreti2009 2 месяца назад
I've seen your videos many times and you're way of explanation is great...!!! thank you
@mindmatters851
@mindmatters851 Год назад
your explanation is too good every one can understand . thanks bro
@sravansunkara
@sravansunkara Месяц назад
I always learn something new from you, thanks alot! btw I used the approach I learned from you "Counting Sort".
@pranav8609
@pranav8609 Год назад
you are underated
@manishjeena6325
@manishjeena6325 Год назад
Wow, Amazing Explanation 🥰🙏Thank You❤
@shubhambelwal674
@shubhambelwal674 4 месяца назад
you have made this approach ?? by the way ,i liked this approach
@RavinderSingh-nh6th
@RavinderSingh-nh6th Год назад
Thank you so much
@TraderOff-Road
@TraderOff-Road 3 месяца назад
thaaanks
@priyankarai7917
@priyankarai7917 Год назад
great explanation👍👍
@l1z1ng3r
@l1z1ng3r 10 месяцев назад
thank for the video) 💘
@nikhilbatchu7910
@nikhilbatchu7910 2 года назад
Tried this using the count sort. I have created a temp array and stored the frequencies.Is my approach can be considered as optimal?
@nikoo2805
@nikoo2805 2 года назад
Yep…this solution will also be optimal
@mdanik1361
@mdanik1361 2 года назад
I couldn’t understand the brute force method and efficient method time complexity difference... In brute force meth, iterating through every elements doesn’t take O(n) too? :)
@nikoo2805
@nikoo2805 2 года назад
In Brute Force method you are iterating over the array again and again to find the element. So you are doing n iterations for n items. Hence, a time complexity of O(n^2) In the efficient method, you only iterate once Hope that helps :)
@mdanik1361
@mdanik1361 2 года назад
@@nikoo2805 thank u...can u share the brute force code please?
@vigneshr4197
@vigneshr4197 Год назад
No need to create new array while multiplying with -1?
@ashrafel-gaaly8657
@ashrafel-gaaly8657 Год назад
I think you do if some elements in the array are negative. In these examples they are all positive and yes you can update the existing array
@subee128
@subee128 9 месяцев назад
Thanks
@Himanshu_85-e2i
@Himanshu_85-e2i 11 месяцев назад
Good bhaiya
@nerd6134
@nerd6134 2 года назад
Fire 🔥 bro
@RohanSingh-my3nl
@RohanSingh-my3nl 5 месяцев назад
Making Video is So long for no reason Thuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
@nikoo28
@nikoo28 5 месяцев назад
Everyone has a different learning pace my friend. For quick learners there are always timestamps and chapters you can skip to :)
Далее
Пчёлы некроманты.
00:46
Просмотров 24 тыс.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36