Search:

Type: Posts; User: Staticity

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    2,030

    [SOLVED] Re: Project Euler: Truncatable Primes

    Shhh don't tell me! :)
  2. Replies
    7
    Views
    2,030

    [SOLVED] Re: Project Euler: Truncatable Primes

    So, after fixing all the kinks.. Corrected allPrimeLeft method and debugged to be sure... Took out ArrayList because it went against the prompt... Counted down to 10 instead of 100 when checking if...
  3. Replies
    7
    Views
    2,030

    [SOLVED] Re: Project Euler: Truncatable Primes

    Wow, you can tell I was late up last night :| My isPrime method is working fine except that it counts 1 as a prime (it doesn't count 0 or 9 as a prime). There's something wrong with my allPrimeLeft...
  4. Replies
    7
    Views
    2,030

    [SOLVED] Project Euler: Truncatable Primes

    So, this is going to be a hard one to follow.. I believe it requires me to post all of my code in order to get the idea.. So if you have the time (or if you love me that much), I would appreciate it...
Results 1 to 4 of 4