3133. Minimum Array End | Leetcode Daily (POTD) 9 Nov 2024 | Medium | Java | Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

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

  • @khushantwankhede8311
    @khushantwankhede8311 18 วันที่ผ่านมา +1

    thankyou !!
    radhe radhe

  • @Abhishek_1200
    @Abhishek_1200 18 วันที่ผ่านมา +1

    You got a subscriber !

  • @harishbehera7812
    @harishbehera7812 18 วันที่ผ่านมา +1

    thanx for the video . Radhe Radhe

  • @AnmolSingh-kb4ne
    @AnmolSingh-kb4ne 19 วันที่ผ่านมา +2

    Mam, I was struggling to come up with an approach to solve the problem. I couldn’t think of a solution, but after watching your video, I understand it better. Thank you!

  • @RarePsych
    @RarePsych 19 วันที่ผ่านมา +1

    Amazing Explaination ! you got a subscriber

  • @veerrajput4080
    @veerrajput4080 19 วันที่ผ่านมา +1

    Great explanation✌

  • @Shashwat493
    @Shashwat493 19 วันที่ผ่านมา +1

    please continue solving these daily leetcode questions ......also I request you to make your 300-400 leetcode questions sheet with their video solutions by you in java ......as there is a lot of questions and study material in c++ but not in java ......and your explanation is crystal clear and easy to understand so I request you to do so ......as it will be very helpful for our placements

    • @algorithmsbyaditi
      @algorithmsbyaditi  18 วันที่ผ่านมา +2

      Thanks for your request! I'll definitely keep making these daily LeetCode videos, and I'll think about creating a Java solution playlist.

  • @heyRay81194
    @heyRay81194 18 วันที่ผ่านมา +1

    🙇🙇

  • @user-tj4kc9re9t
    @user-tj4kc9re9t 18 วันที่ผ่านมา +2

    Intution :1) we need the smallest no from which AND operation provde x .
    2) Thats mean we need to perform OR operation to keep intact the set bits .
    3) But why need to perform the OR from justt greater no ,cuz from that it helps to get the extra set bits like 7-111 8-1000 in this case we get the first extra set bit ,these edge case is being perfomed by this OR operation with next no .

  • @akashdhama497
    @akashdhama497 19 วันที่ผ่านมา +1

    mam you are doing great please also add DSA course in java

  • @lazy_bug4246
    @lazy_bug4246 18 วันที่ผ่านมา +1

    Your videos are good but you should try a different type of thumbnail with better font (don't mean to offend you or anything content is top notch)

    • @algorithmsbyaditi
      @algorithmsbyaditi  18 วันที่ผ่านมา

      Thanks for your suggestion, I will try to change it asap!

  • @namratainani4358
    @namratainani4358 19 วันที่ผ่านมา +1

    how to approach to the solution by our own mam....because after seeing the video I am knowing it...I am struggling to come up with the solution...please help me

    • @algorithmsbyaditi
      @algorithmsbyaditi  18 วันที่ผ่านมา +1

      Practice is key, keep working at it and you'll get better at coming up with solutions!

  • @hariomverma4659
    @hariomverma4659 19 วันที่ผ่านมา +1

    feeling like a dumb.

  • @dayashankarlakhotia4943
    @dayashankarlakhotia4943 18 วันที่ผ่านมา

    public long minEnd(int n,int x){
    n--;
    long mask=x;
    for(long i=1;n>0;i=1;
    }
    }
    return mask;
    tc=nlogn ==64 bits 0(1);
    sc=0(1);
    🎉❤

    • @heyRay81194
      @heyRay81194 18 วันที่ผ่านมา

      if possible can anyone explain this solution also.. @algorithmsbyaditi

    • @dayashankarlakhotia4943
      @dayashankarlakhotia4943 18 วันที่ผ่านมา +1

      @heyRay81194
      Explanation is if n=2,x=7,
      I =1 1&7!=0 i=2,2&7!=0,i=4&7!=0,i=8&7==0;
      7|=(n=1&1)=1*8;
      7|8=15;
      n>>1 n==0;
      mask=15;

    • @heyRay81194
      @heyRay81194 18 วันที่ผ่านมา

      @@dayashankarlakhotia4943 🙇🏻

  • @zoro-bt7ql
    @zoro-bt7ql 19 วันที่ผ่านมา

    i think you girl lose your way i show you if you want ,