Class PE0041

    • Constructor Summary

      Constructors 
      Constructor Description
      PE0041()
      A simple constructor to set number and title.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String solve()
      It runs over all primes using a Sieve until the maximum possible prime of 7654321.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PE0041

        public PE0041()
        A simple constructor to set number and title.
    • Method Detail

      • solve

        public java.lang.String solve()
        It runs over all primes using a Sieve until the maximum possible prime of 7654321. Every found prime is tested to be pandigital.
        Returns:
        the biggest pandigital prime
        See Also:
        Mathe.isPandigital(String, int), Sieve