MINIMUM NUMBER OF REFUELING STOPS | LEETCODE # 871 | PYTHON SOLUTION

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

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

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

    When you are adding to the heap on drawing, you added the station distance, instead of gas capacity. It should be [40, 30, 30] added to the heap when you ran of gas.

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

    Keep em coming!

  • @amrhassan9181
    @amrhassan9181 2 ปีที่แล้ว

    Thank you for the nice visualization and explanation,
    Just some small suggestions, please use the same mice you used with the ilisturation during the coding session as well, also try to zoom a bit more into the code because there is no need to see the problem statement anymore at this context.
    None the less I learned a lot and hope that you keep doing more and more interesting videos, thanks.

    • @crackfaang
      @crackfaang  2 ปีที่แล้ว

      Thanks for the kind words. I have already started hiding the problem section in more recent videos to give more space to the code. Unfortunately I cannot use the same green mouse pen as this is in another app and not a general screen writer.

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

    Thanks