Python Programming Practice: LeetCode #13 -- Roman to Integer

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 19

  • @sreejaroy8463
    @sreejaroy8463 3 года назад +12

    please do share leetcode solution videos regularly...it helps a lot to build the programming concept. You are doing a great work.

  • @NitinSatish
    @NitinSatish 3 года назад +7

    Thank you! So far my plan is to pause your video, try to solve the problem on my own and submit, resume video whether I am able to solve or not. Knowing I can always come back to your solution gives me peace

    • @DataDaft
      @DataDaft  3 года назад +3

      Sounds like a good system. Just know the solutions I post are generally not the only solution or approach the problem; there could be other good approaches that might even be more efficient!

    • @NitinSatish
      @NitinSatish 3 года назад +1

      @@DataDaft Agree, more ways you know the better

  • @DucNguyen-sd4mn
    @DucNguyen-sd4mn Год назад +1

    the second solution of going against the craziness of Roman procedure is quite interesting lol

  • @yugosaito9704
    @yugosaito9704 Год назад

    Thank you for uploading this video. You are the best at making LeetCode tutorial videos!

    • @rahulsanapathi2305
      @rahulsanapathi2305 10 месяцев назад

      did you get the logic i am still confuse why he did roman_table[numerical]

  • @ThColinPereira
    @ThColinPereira 3 года назад +1

    This playlist has been really helpful, thank you so much!

  • @itsReshad
    @itsReshad 2 года назад

    He explains thing super well and clearly!

  • @dmytrozazulin1858
    @dmytrozazulin1858 6 месяцев назад

    My brain just can't understand how second solution is supposed to be FASTER with all those pre-replacements, than just once backwards loop.

  • @penninahgathu7956
    @penninahgathu7956 3 года назад

    Thank you so much. This was very helpful and easy to understand.

  • @cvxcfv
    @cvxcfv 3 года назад +1

    clear concise, perfect

  • @FaberLSH
    @FaberLSH 2 месяца назад

    Thank u so much!!

  • @HieuTrung-gm3bp
    @HieuTrung-gm3bp 3 года назад +1

    Thank you!

  • @KurlandHickory
    @KurlandHickory 3 года назад +1

    Thank you

  • @asiftandel7757
    @asiftandel7757 2 года назад

    Great Work

  • @NaitroExtrime
    @NaitroExtrime 2 года назад

    mine is giving:
    Line 2: Char 5: error: expected class name
    def romano(self, s: str) -> int:
    ^

  • @aibekimankozhoev364
    @aibekimankozhoev364 2 года назад

    Thank you!