ความคิดเห็น •

  • @NarasimhaRaoVasireddy-r3v
    @NarasimhaRaoVasireddy-r3v 19 วันที่ผ่านมา +2

    I have a doubt, In the for loop we are finding the SUM of given array which is cool, When we are doing the n(n+1)/2 formula- Here also we are checking the sum of nums array only (nums.length). I think we need to do do int n= nums.length+1; then int actualSum= (n*(n+1))/2 works. Is this approach correct. How it is showing correct output in your code is my confusion.

  • @krishnaanandiswaraa
    @krishnaanandiswaraa ปีที่แล้ว +1

    Best way of explanation. Whenever I have doubts on LeetCode problem, I come here and find solution with great explanation. Thank you for this much efforts.💕

  • @stmtyper
    @stmtyper หลายเดือนก่อน +2

    if more than one number are missing then ?

  • @AmitBiswas0142
    @AmitBiswas0142 5 หลายเดือนก่อน +1

    This is actually great the solution is much better than other

  • @tianzhengmai1369
    @tianzhengmai1369 ปีที่แล้ว +1

    This is the most very easy and efficient approach. Thank you.

    • @saaii9
      @saaii9 5 หลายเดือนก่อน

      Iam getting error i cannot be resolved to a variable

  • @Er.gamingx03
    @Er.gamingx03 26 วันที่ผ่านมา +1

    Simple and sweet explanantion ever seen;

    • @AkashBSc-kj8nj
      @AkashBSc-kj8nj 18 วันที่ผ่านมา

      Same ...so I subscribe it

  • @skyisbluexd
    @skyisbluexd 7 หลายเดือนก่อน +1

    Tq so much. very clear explanation.

  • @Future_software_enginneer
    @Future_software_enginneer 7 หลายเดือนก่อน +1

    Nice and easy explained ❤😊 di
    #23/02/2024

  • @KaisarAnvar
    @KaisarAnvar ปีที่แล้ว

    This is a very interesting approach. Cyclic sort and follow up with locating the missing value also works too.

  • @urmilasharma5368
    @urmilasharma5368 ปีที่แล้ว

    Great Explanation! Thank you so much...please keep uploading leetcode problems..

  • @GulshanKumar-rm2fz
    @GulshanKumar-rm2fz 3 หลายเดือนก่อน

    maam what if there is two missing number then this code will be failed

  • @Omkar-fg4ws
    @Omkar-fg4ws 7 หลายเดือนก่อน

    thank you so much, your way of explaination is awesome

  • @vamshisundupalle6141
    @vamshisundupalle6141 ปีที่แล้ว

    wonderful approach

  • @helloworld3975
    @helloworld3975 3 หลายเดือนก่อน

    amazing solution

  • @krishnaanandiswaraa
    @krishnaanandiswaraa ปีที่แล้ว

    di plz tell me which graphic tablet you use plz its a humbel request plz plz plz plz plz

    • @TechnosageLearning
      @TechnosageLearning ปีที่แล้ว

      Not very fancy one, just using Huion pen tablet

  • @RavindraSingh-zg9eq
    @RavindraSingh-zg9eq 9 หลายเดือนก่อน +2

    this asked me in yestarday interview

  • @sujatamahata3128
    @sujatamahata3128 ปีที่แล้ว

    Nice

  • @souhardayasaha
    @souhardayasaha ปีที่แล้ว

    bhai sab test cases nahi pass karta

    • @TechnosageLearning
      @TechnosageLearning ปีที่แล้ว

      Are sab pass ho rhe hai..Kaun sa ni ho rha..Tell me

    • @saaii9
      @saaii9 5 หลายเดือนก่อน

      @@TechnosageLearningnahi horaha he madam you are not intialize the value of i so that is the error i can not be resolved