Two Sum II - 167. LeetCode - C#

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 8

  • @joaogabrielv.m328
    @joaogabrielv.m328 Місяць тому

    Sup, Teddy :)
    Any chances to make a video about extension methods, pls?

    • @TeddySmithDev
      @TeddySmithDev  Місяць тому +1

      cant say for sure but LINQ is next so might be a nice segway

  • @tkkyb
    @tkkyb Місяць тому

    are these videos slowed down at all? or have I fried my attention spans

    • @TeddySmithDev
      @TeddySmithDev  Місяць тому

      you might have PTSD from leetcode lol

  • @capaszetuga6209
    @capaszetuga6209 Місяць тому

    Can you explain better why we have to use low + 1, high + 1 in first if condition please?

    • @TeddySmithDev
      @TeddySmithDev  Місяць тому +1

      Leetcode wants it “one based” instead of zero indexed. For what reason I have no idea lol

  • @psychcandy
    @psychcandy Місяць тому

    Hi, are these problem solving videos suppose to be like "pro-like" code, because mine are way too different from your videos, I don't even care for complexity stuffs yet

    • @TeddySmithDev
      @TeddySmithDev  Місяць тому

      not really pro, I just aim for linear/sub linear time complexity.