Minimize Maximum of Array || Binary Search || Arrays || C++/Java/Python

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

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

  • @Gnaneshh
    @Gnaneshh 10 หลายเดือนก่อน +3

    Best explanation on the planet for this question! Right from starting to build the intuition to land upon the optimal solution, everything was perfect.

  • @abhishekmahajan17
    @abhishekmahajan17 ปีที่แล้ว +21

    Solving problems at 6 am with a full time job , really putting in the hard work. Appreciate you ,man

    • @ganakkathuria4893
      @ganakkathuria4893 ปีที่แล้ว +2

      Humne thori kaha ki subah uthke video daal

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

      @@ganakkathuria4893 looking for everywhere, who asked?

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

      @@gilfoyle2211 what do u mean?

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

      @@ganakkathuria4893 gratitude only gratitude!!

  • @ARYANMITTAL
    @ARYANMITTAL  ปีที่แล้ว +4

    C++/Java/Python Code & Notes: drive.google.com/file/d/1ucadv9m6RjrJmGRaEMBfwgCKGFgJ46dq/view?usp=share_link
    And guys do share you thoughts on which approach 2 or 3, you found more Intuitional & which one was more Easy to get to 😎 !!

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

    Thank you aryan for picking new question it helps a lot

  • @LokeshSharma-hm5jz
    @LokeshSharma-hm5jz ปีที่แล้ว +2

    thanks . Clicking such approach requires a lot of hard work. The way you present this answer is itself very interesting. One of best explanations.

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

    wow! Never thought binary search can be used here, increasing any previous element for ith element was lit!!

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

    Wo! Your Explaining skills are Brilliant

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

    Amazing! Detailed and concise explanation, proves the insight step by step with maths. This is the essence of Computer Science.

  • @satyamgupta6030
    @satyamgupta6030 ปีที่แล้ว +5

    ultimate video bhai.
    The best video a person can find for this question.
    Top notch explaination from a top notch person🔥
    For me the best part was how you start from the brute force and went to the most OP solution and at the same time explaining us ur inuition behind taking those approach.

  • @novascotia2015
    @novascotia2015 ปีที่แล้ว +7

    bro woke up at 5 am to teach us

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

    Great Explanation Bhaiya

  • @nikhil_kolla_12
    @nikhil_kolla_12 8 หลายเดือนก่อน

    Top Notch Explaination.!

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

    great explanation.

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

    I was confused beacuse of that ceil function....ceil(a / n) = a + n - 1 / n....is such a good method....thanks for explaining it😁

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

    That was amazinggg!! Keep boing bro

  • @sushmajha3432
    @sushmajha3432 ปีที่แล้ว +2

    always wait for ur daily update

  • @NavyasriThalluri
    @NavyasriThalluri 4 วันที่ผ่านมา

    I became fan of u

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

    Such a cool mathematical explanation. Thanks Man!!

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

    really amazing stuff

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

    i've been solving this problem for hours. Good solution man !

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

    Thanks you so much for this video.

  • @cholocatelabs
    @cholocatelabs ปีที่แล้ว +2

    @Aryan Mittal I really appreciate your clear explanation, I can able to solve it using binary search, but I didn't think of condition you mentioned. :) I subscribed to your channel just now!

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

    so this was uploaded just recently !!! I was thinking why wasn't the video showing up in searches

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

    Thanks bro was able to understand the explanation.... Are u releasing leetcode problems everyday

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

    bhai brute force how will we know when to stop

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

    Top quality explanation thanks bro.

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

    Man you are awesome!! Keep up the good work.

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

    Amazing explanation 🔥

  • @VinaySingh-jf1de
    @VinaySingh-jf1de ปีที่แล้ว

    what are you using for writing.....?? i mean which pen tab..??

  • @jakartax1x-rq8kv
    @jakartax1x-rq8kv 10 หลายเดือนก่อน

    Jesus, Allah and Buddha all in one guy. I salute thee my God.
    Your hand movements will be remembered in the interviews. They will guide the path.

    • @ARYANMITTAL
      @ARYANMITTAL  10 หลายเดือนก่อน

      Glad you liked it man ❤️❤️🫂

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

    in the related topic of this question, its written that this question can also be solved via dynamic programming , can u share that approach

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

      You can use partition dp here use a for loop return min of all max

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

    🥰🥰

  • @cj-nr5ni
    @cj-nr5ni ปีที่แล้ว

    Didn’t get

  • @Samtoosoon
    @Samtoosoon 10 หลายเดือนก่อน

    Bhaiiii😢😢😢😢

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

    Bhai mat bna video , mehnat kr rha hai tu but bekar padha rha hai

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

      bhai question hi chutiya hai , dimaag ka bhosda ho gya