Missing Number (LeetCode 268) | Full solution with visuals and diagrams | Study Algorithms

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 56

  • @AmeyaKherodkar
    @AmeyaKherodkar 10 місяців тому +4

    One of the best videos for this problem and logic explanation. Kudos ✌

  • @shbaad
    @shbaad 2 місяці тому

    Great Explanation of leetcode problems.You are the only youtuber from which i can understand the leet question solutions. Keep it Up ♥

  • @nibeditadas4182
    @nibeditadas4182 6 місяців тому +1

    Great explanation , need more such videos on different Leet code problems.

  • @raju_bugude
    @raju_bugude 5 місяців тому

    best expalnation so far in youtub regarding this topic/problem.

  • @ce132_sonugupta9
    @ce132_sonugupta9 9 місяців тому +4

    xor solution explanation is nice🙃🙃

  • @AnyVine
    @AnyVine 4 місяці тому

    Xor pehli baar dhang se samajh aaya h , thanks brother 😊😊

  • @everyontech2716
    @everyontech2716 Рік тому

    This is one of the best explained video for this problem

  • @businessmotivationspot
    @businessmotivationspot Рік тому +1

    Hey man! your explanation skills are excellent.

    • @nikoo28
      @nikoo28  Рік тому

      Glad you like them!

  • @vishnulavudya3160
    @vishnulavudya3160 8 місяців тому +1

    the best explanation

  • @priyakoli5572
    @priyakoli5572 8 місяців тому

    You explained so well then others

  • @AvinashSingh-tr5vt
    @AvinashSingh-tr5vt 2 роки тому +1

    Thank you very much for the wonderful explanation 😊

  • @rachitkatariya
    @rachitkatariya 7 місяців тому

    Bahut accha padhaye ho bhaiyaa aap.🫂❤

  • @zillboy
    @zillboy 10 місяців тому

    Amazing explanation, thanks 👍

  • @satyamgupta6030
    @satyamgupta6030 Рік тому

    what an excellent explaination bhaiya . Thanks for making such amazing videos for we student.
    I always look for ur videos whenver I search a problem on yt.

  • @sumitprasad4062
    @sumitprasad4062 8 місяців тому

    Sir your explanation is awesome ♥♥♥

  • @anudey8496
    @anudey8496 2 роки тому +1

    like your solution! thanks

  • @jameshuddle4712
    @jameshuddle4712 10 місяців тому

    Nice! The xor really capped it. Thank you! (I couldn't resist...)
    missing = arr.reduce((t,v,i) => t ^ v ^ i, arr.length);

  • @jjoelthomas
    @jjoelthomas 11 місяців тому

    Great explanation!!!

  • @nobelcoding
    @nobelcoding 5 місяців тому

    Very nice explanations

  • @arundhuti4101
    @arundhuti4101 5 місяців тому +1

    If we add all the nums in the range and then also add the nums in the given array and subtract the sums. we would get the required answer. Wouldn't this be the most efficient way for a brute force method?
    btw wonderful explanation, thanks!

    • @ayushipawar9542
      @ayushipawar9542 5 місяців тому

      Yeah it will definitely work but we need optimized code...

  • @walkwithAziz2024
    @walkwithAziz2024 7 місяців тому

    Thanks excellent explanation Xor how use in this solution

  • @pavankumarpadamati8606
    @pavankumarpadamati8606 Рік тому

    good explanation bro..

  • @ssnprakash
    @ssnprakash 26 днів тому

    in the first approach if 0 is the missing number, it wont work right? how can we clear that case?

  • @riya_1723
    @riya_1723 8 місяців тому

    The best one 😊

  • @sarveshkuthe6283
    @sarveshkuthe6283 9 місяців тому

    What if we use the freq array approach and find max element in array and create the freq array of that size and then increase the index, we can check if the index is 0 then that’s the missing number ?

  • @HistoryHouse45
    @HistoryHouse45 Рік тому +1

    sir can you make video on another part of this problem(repeat and missing number)

    • @nikoo28
      @nikoo28  Рік тому

      let me check it out.. :)

  • @gd24644
    @gd24644 8 місяців тому

    thank you so much

  • @keshav9541
    @keshav9541 8 місяців тому

    great bro

  • @souleymen971
    @souleymen971 Рік тому

    Thank you you help me so much

  • @mikedelta658
    @mikedelta658 Рік тому

    Thank you.

  • @ghub1971
    @ghub1971 10 місяців тому

    thank you sir

  • @klyucherov.e
    @klyucherov.e Рік тому

    Спасибо индусу за туториал 👍

  • @priyabratapadhi2421
    @priyabratapadhi2421 7 місяців тому

    how this "xor " solution can't pass test case

  • @Mosesdaniel77
    @Mosesdaniel77 5 місяців тому

    🎉Good

  • @professormoriarty7439
    @professormoriarty7439 Рік тому

    Is bit manipulation important for interview??

    • @nikoo28
      @nikoo28  Рік тому +1

      to be honest, it is very unlikely that you will get tough bit manipulation questions during an interview. You are just expected to know the basics, like what is left shift, what is right shift, XOR etc.
      As an interviewer, I would never ask a programming problem whose solution relies on a bit manipulation technique.

  • @vamshisundupalle6141
    @vamshisundupalle6141 Рік тому

    can u give the brute force solution pls

  • @kunalkheeva
    @kunalkheeva 2 роки тому

    Hey Nikhil I love your content, do you have any plans for collabs? Like live problem solving and whatnots?

    • @nikoo28
      @nikoo28  2 роки тому

      glad you liked my content. Yep...I have plans for collabs and live sessions when the time is right :)

    • @kunalkheeva
      @kunalkheeva 2 роки тому

      @@nikoo28 or provide me your insta account I will dm you.

    • @nikoo28
      @nikoo28  2 роки тому

      @@kunalkheeva you can email me on the address provided in the channel description :)

  • @harikumarv5009
    @harikumarv5009 10 місяців тому

    awsome brother🥸

  • @abhasthakur36
    @abhasthakur36 9 місяців тому

    Bruteforce ka code send krdo

    • @nikoo28
      @nikoo28  8 місяців тому

      You don’t need the code for brute force method

  • @chitra_13
    @chitra_13 Рік тому

    0,1 ka kese niklega iss approch se

    • @nikoo28
      @nikoo28  Рік тому

      What do you mean?? Please elaborate a little

  • @demonders5486
    @demonders5486 11 місяців тому +1

    😅😅😅😅😅😅😅

  • @RameshGaridapuri
    @RameshGaridapuri 7 місяців тому

    // Online C compiler to run C program online
    #include
    int main() {
    int arr[] = { 1,5, 9, 100 };
    int m = 0;
    int size = sizeof(arr)/sizeof(int);
    for (int i = 0 ; i< size ; i++)
    {
    for (int j = m+2 ; j < arr[i+1]; j++)
    {
    if ( arr[i] != arr[j])
    {
    printf(" %d", j);
    }
    m = j ;
    }
    printf("
    ");
    }
    }