My Calendar I | Leetcode 729

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

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

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

    Thank you for help, you have explained in a very simple way with worst to best approach

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

      welcome :)

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

    DONE AND DUSTED !

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

      great :)

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

    Sir, upper bound will return the next highest element so if you apply for zero then it should give 10 not 20 please tell , this point is not clear .

    • @sathishkumar-dc9ce
      @sathishkumar-dc9ce หลายเดือนก่อน

      Hi Krish, we will be storing the end value as key and start value as value, so upper bound of 0 will be 20. When we check our condition , i,e start=0, end = 5 and map has mp[20]=10 now upper_bound(start) is 20 and end

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

      @@sathishkumar-dc9ce Mean the upper bound will be key in every comparison then we will compare the value i.e start point with the end.

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

      yes, because an interval can only start after any interval ends (0 or more)