Day 25: Running Time and Complexity

  • + 1 comment

    Does this work?

    I read it that all prime numbers will have this form. However some of the non prime numbers will have this form as well

    example : 10000000001 it is of form 6k+1 but not a prime number. Any idea how do we handle this situation?