LEETCODE 39 (JAVASCRIPT) | COMBINATION SUM I

Поділитися
Вставка
  • Опубліковано 22 січ 2025

КОМЕНТАРІ • 9

  • @programmingwithcindy833
    @programmingwithcindy833 Рік тому

    Why do we have to sort the candidates array? I didn't sort it and it worked still

  • @MrNishantparashar
    @MrNishantparashar 2 роки тому +1

    Amazing series dude.

  • @hafbau
    @hafbau 3 роки тому +3

    Good stuff, thank you. Not sure why you needed to sort candidates. I wonder if I just got lucky without sorting.

    • @xdxdxd4023
      @xdxdxd4023 3 роки тому +3

      sorting probably helps to avoid looping through larger numbers since smaller numbers are always part of larger sum but larger numbers are not

    • @sourenasahraian2055
      @sourenasahraian2055 2 роки тому

      @@xdxdxd4023 right on .

  • @jerryliu862
    @jerryliu862 2 роки тому +1

    Thank you, it helps me find a job.

  • @ayushsharma8378
    @ayushsharma8378 4 місяці тому

    no need to sort the input array

  • @iRockTheBeat1
    @iRockTheBeat1 2 роки тому

    Thank you sir!

  • @ImpendingSole13
    @ImpendingSole13 2 роки тому

    Please do more :D