This is How PRO's Breakdown Programming Problems Quickly

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

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

  • @FoXcodeZ
    @FoXcodeZ 4 วันที่ผ่านมา +3

    Optimization: The for loop inside the isPrime function doesn't need to iterate over even numbers, as all prime numbers (except 2) are odd.

    • @the_daily_improvement
      @the_daily_improvement 3 วันที่ผ่านมา +2

      I am not really good at programming but i don't think this solution will optimize thee problem. Nice try by the way.

    • @thecodinglion
      @thecodinglion  3 วันที่ผ่านมา +1

      Nice try. But it is still not optimized

  • @splashfruit
    @splashfruit 3 วันที่ผ่านมา +2

    Optimization: if a number is divisible by 2, 3 or 5 (and is greater than these divisors) it’s not a prime number.

    • @thecodinglion
      @thecodinglion  3 วันที่ผ่านมา

      Nice try, but It is still not optimized

    • @JHCamel
      @JHCamel วันที่ผ่านมา +1

      49 is not prime

    • @thecodinglion
      @thecodinglion  22 ชั่วโมงที่ผ่านมา

      Even 15 is not prime