A B C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages

P

parse(String) - Static method in class net.n1da.dev.euler.helper.LargeNumber
Parses the given string and creates a new LargeNumber() with this value.
PE0001 - Class in net.n1da.dev.euler
Solution for problem 1 "Multiples of 3 and 5" completed on Tue, 7 Apr 2015, 23:11.
PE0001() - Constructor for class net.n1da.dev.euler.PE0001
A simple constructor to set number and title.
PE0001Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 1.
PE0001Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0001Test
Just creates an object of problem 1.
PE0002 - Class in net.n1da.dev.euler
Solution for problem 2 "Even Fibonacci numbers" completed on Tue, 7 Apr 2015, 23:38.
PE0002() - Constructor for class net.n1da.dev.euler.PE0002
A simple constructor to set number and title.
PE0002Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 2.
PE0002Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0002Test
Just creates an object of problem 2.
PE0003 - Class in net.n1da.dev.euler
Solution for problem 3 "Largest prime factor" completed on Tue, 8 Apr 2015, 00:23.
PE0003() - Constructor for class net.n1da.dev.euler.PE0003
A simple constructor to set number and title.
PE0003Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 3.
PE0003Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0003Test
Just creates an object of problem 3.
PE0004 - Class in net.n1da.dev.euler
Solution for problem 4 "Largest palindrome product" completed on Thu, 9 Apr 2015, 06:15.
PE0004() - Constructor for class net.n1da.dev.euler.PE0004
A simple constructor to set number and title.
PE0004Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 4.
PE0004Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0004Test
Just creates an object of problem 4.
PE0005 - Class in net.n1da.dev.euler
Solution for problem 5 "Smallest multiple" completed on Thu, 9 Apr 2015, 06:27.
PE0005() - Constructor for class net.n1da.dev.euler.PE0005
A simple constructor to set number and title.
PE0005Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 5.
PE0005Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0005Test
Just creates an object of problem 5.
PE0006 - Class in net.n1da.dev.euler
Solution for problem 6 "Sum square difference" completed on Thu, 9 Apr 2015, 13:23.
PE0006() - Constructor for class net.n1da.dev.euler.PE0006
A simple constructor to set number and title.
PE0006Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 6.
PE0006Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0006Test
Just creates an object of problem 6.
PE0007 - Class in net.n1da.dev.euler
Solution for problem 7 "10001st prime" completed on Thu, 9 Apr 2015, 23:34.
PE0007() - Constructor for class net.n1da.dev.euler.PE0007
A simple constructor to set number and title.
PE0007Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 6.
PE0007Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0007Test
Just creates an object of problem 7.
PE0008 - Class in net.n1da.dev.euler
Solution for problem 8 "Largest product in a series" completed on Fri, 10 Apr 2015, 09:07.
PE0008() - Constructor for class net.n1da.dev.euler.PE0008
A simple constructor to set number and title.
PE0008Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 8.
PE0008Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0008Test
Just creates an object of problem 8.
PE0009 - Class in net.n1da.dev.euler
Solution for problem 9 "Special Pythagorean triplet" completed on Fri, 10 Apr 2015, 14:50.
PE0009() - Constructor for class net.n1da.dev.euler.PE0009
A simple constructor to set number and title.
PE0009Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 9.
PE0009Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0009Test
Just creates an object of problem 9.
PE0010 - Class in net.n1da.dev.euler
Solution for problem 10 "Summation of primes" completed on Fri, 10 Apr 2015, 14:57.
PE0010() - Constructor for class net.n1da.dev.euler.PE0010
A simple constructor to set number and title.
PE0010Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 10.
PE0010Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0010Test
Just creates an object of problem 10.
PE0011 - Class in net.n1da.dev.euler
Solution for problem 11 "Largest product in a grid" completed on Mon, 20 Apr 2015, 12:17.
PE0011() - Constructor for class net.n1da.dev.euler.PE0011
A simple constructor to set number and title.
PE0011Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 11.
PE0011Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0011Test
Just creates an object of problem 11.
PE0012 - Class in net.n1da.dev.euler
Solution for problem 12 "Highly divisible triangular number" completed on Thu, 23 Apr 2015, 22:36.
PE0012() - Constructor for class net.n1da.dev.euler.PE0012
A simple constructor to set number and title.
PE0012Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 12.
PE0012Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0012Test
Just creates an object of problem 12.
PE0013 - Class in net.n1da.dev.euler
Solution for problem 13 "Large sum" completed on Fri, 24 Apr 2015, 20:39.
PE0013() - Constructor for class net.n1da.dev.euler.PE0013
A simple constructor to set number and title.
PE0013Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 13.
PE0013Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0013Test
Just creates an object of problem 13.
PE0014 - Class in net.n1da.dev.euler
Solution for problem 14 "Longest Collatz sequence" completed on Tue, 28 Apr 2015, 19:52.
PE0014() - Constructor for class net.n1da.dev.euler.PE0014
A simple constructor to set number and title.
PE0014Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 14.
PE0014Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0014Test
Just creates an object of problem 14.
PE0015 - Class in net.n1da.dev.euler
Solution for problem 15 "Lattice paths" completed on Wed, 29 Apr 2015, 13:10.
PE0015() - Constructor for class net.n1da.dev.euler.PE0015
A simple constructor to set number and title.
PE0015Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 15.
PE0015Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0015Test
Just creates an object of problem 15.
PE0016 - Class in net.n1da.dev.euler
Solution for problem 16 "Power digit sum" completed on Thu, 14 May 2015, 20:59.
PE0016() - Constructor for class net.n1da.dev.euler.PE0016
A simple constructor to set number and title.
PE0016Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 16.
PE0016Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0016Test
Just creates an object of problem 16.
PE0017 - Class in net.n1da.dev.euler
Solution for problem 17 "Number letter counts" completed on Sat, 16 May 2015, 06:13.
PE0017() - Constructor for class net.n1da.dev.euler.PE0017
A simple constructor to set number and title.
PE0017Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 17.
PE0017Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0017Test
Just creates an object of problem 17.
PE0018 - Class in net.n1da.dev.euler
Solution for problem 18 "Maximum path sum I" completed on Sat, 16 May 2015, 21:14.
PE0018() - Constructor for class net.n1da.dev.euler.PE0018
A simple constructor to set number and title.
PE0018(int, String) - Constructor for class net.n1da.dev.euler.PE0018
A simple base constructor to set the given Problem.number and Problem.title.
PE0018Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 18.
PE0018Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0018Test
Just creates an object of problem 18.
PE0019 - Class in net.n1da.dev.euler
Solution for problem 19 "Counting Sundays" completed on Sat, 23 May 2015, 23:06.
PE0019() - Constructor for class net.n1da.dev.euler.PE0019
A simple constructor to set number and title.
PE0019Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 19.
PE0019Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0019Test
Just creates an object of problem 19.
PE0020 - Class in net.n1da.dev.euler
Solution for problem 20 "Factorial digit sum" completed on Sun, 24 May 2015, 05:55.
PE0020() - Constructor for class net.n1da.dev.euler.PE0020
A simple constructor to set number and title.
PE0020Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 20.
PE0020Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0020Test
Just creates an object of problem 20.
PE0021 - Class in net.n1da.dev.euler
Solution for problem 21 "Amicable numbers" completed on Sun, 24 May 2015, 06:32.
PE0021() - Constructor for class net.n1da.dev.euler.PE0021
A simple constructor to set number and title.
PE0021Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 21.
PE0021Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0021Test
Just creates an object of problem 21.
PE0022 - Class in net.n1da.dev.euler
Solution for problem 22 "Names scores" completed on Mon, 25 May 2015, 06:49.
PE0022() - Constructor for class net.n1da.dev.euler.PE0022
A simple constructor to set number and title.
PE0022Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 22.
PE0022Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0022Test
Just creates an object of problem 22.
PE0023 - Class in net.n1da.dev.euler
Solution for problem 23 "Non-abundant sums" completed on Mon, 25 May 2015, 13:46.
PE0023() - Constructor for class net.n1da.dev.euler.PE0023
A simple constructor to set number and title.
PE0023Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 23.
PE0023Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0023Test
Just creates an object of problem 23.
PE0024 - Class in net.n1da.dev.euler
Solution for problem 24 "Lexicographic permutations" completed on Mon, 29 Jun 2015, 19:46.
PE0024() - Constructor for class net.n1da.dev.euler.PE0024
A simple constructor to set number and title.
PE0024Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 24.
PE0024Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0024Test
Just creates an object of problem 24.
PE0025 - Class in net.n1da.dev.euler
Solution for problem 25 "1000-digit Fibonacci number" completed on Sun, 19 Jul 2015, 06:25.
PE0025() - Constructor for class net.n1da.dev.euler.PE0025
A simple constructor to set number and title.
PE0025Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 25.
PE0025Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0025Test
Just creates an object of problem 25.
PE0026 - Class in net.n1da.dev.euler
Solution for problem 26 "Reciprocal cycles" completed on Sun, 19 Jul 2015, 13:33.
PE0026() - Constructor for class net.n1da.dev.euler.PE0026
A simple constructor to set number and title.
PE0026Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 26.
PE0026Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0026Test
Just creates an object of problem 26.
PE0027 - Class in net.n1da.dev.euler
Solution for problem 27 "Quadratic primes" completed on Thu, 23 Jul 2015, 23:58.
PE0027() - Constructor for class net.n1da.dev.euler.PE0027
A simple constructor to set number and title.
PE0027Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 27.
PE0027Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0027Test
Just creates an object of problem 27.
PE0028 - Class in net.n1da.dev.euler
Solution for problem 28 "Number spiral diagonals" completed on Thu, 8 Oct 2015, 19:28.
PE0028() - Constructor for class net.n1da.dev.euler.PE0028
A simple constructor to set number and title.
PE0028Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 28.
PE0028Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0028Test
Just creates an object of problem 28.
PE0029 - Class in net.n1da.dev.euler
Solution for problem 29 "Distinct powers" completed on Wed, 18 Nov 2015, 10:20.
PE0029() - Constructor for class net.n1da.dev.euler.PE0029
A simple constructor to set number and title.
PE0029Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 29.
PE0029Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0029Test
Just creates an object of problem 29.
PE0030 - Class in net.n1da.dev.euler
Solution for problem 30 "Digit fifth powers" completed on Fri, 11 Dec 2015, 23:34
PE0030() - Constructor for class net.n1da.dev.euler.PE0030
A simple constructor to set number and title.
PE0030(int, String) - Constructor for class net.n1da.dev.euler.PE0030
A simple base constructor to set the given Problem.number and Problem.title.
PE0030Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 30.
PE0030Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0030Test
Just creates an object of problem 30.
PE0031 - Class in net.n1da.dev.euler
Solution for problem 31 "Coin sums" completed on Sat, 19 Dec 2015, 22:30.
PE0031() - Constructor for class net.n1da.dev.euler.PE0031
A simple constructor to set number and title.
PE0031Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 31.
PE0031Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0031Test
Just creates an object of problem 31.
PE0032 - Class in net.n1da.dev.euler
Solution for problem 32 "Pandigital products" completed on Sat, 26 Dec 2015, 14:24.
PE0032() - Constructor for class net.n1da.dev.euler.PE0032
A simple constructor to set number and title.
PE0032Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 32.
PE0032Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0032Test
Just creates an object of problem 32.
PE0033 - Class in net.n1da.dev.euler
Solution for problem 33 "Digit cancelling fractions" completed on Fri, 1 Jan 2016, 15:20.
PE0033() - Constructor for class net.n1da.dev.euler.PE0033
A simple constructor to set number and title.
PE0033Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 33.
PE0033Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0033Test
Just creates an object of problem 33.
PE0034 - Class in net.n1da.dev.euler
Solution for problem 34 "Digit factorials" completed on Sat, 2 Jan 2016, 00:31.
PE0034() - Constructor for class net.n1da.dev.euler.PE0034
A simple constructor to set number and title.
PE0034Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 34.
PE0034Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0034Test
Just creates an object of problem 34.
PE0035 - Class in net.n1da.dev.euler
Solution for problem 35 "Circular primes" completed on Thu, 4 Feb 2016, 21:22.
PE0035() - Constructor for class net.n1da.dev.euler.PE0035
A simple constructor to set number and title.
PE0035Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 35.
PE0035Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0035Test
Just creates an object of problem 35.
PE0036 - Class in net.n1da.dev.euler
Solution for problem 36 "Double-base palindromes" completed on Sat, 12 Mar 2016, 07:12.
PE0036() - Constructor for class net.n1da.dev.euler.PE0036
A simple constructor to set number and title.
PE0036Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 36.
PE0036Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0036Test
Just creates an object of problem 36.
PE0037 - Class in net.n1da.dev.euler
Solution for problem 37 "Truncatable primes" completed on Mon, 14 Mar 2016, 20:06.
PE0037() - Constructor for class net.n1da.dev.euler.PE0037
A simple constructor to set number and title.
PE0037Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 37.
PE0037Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0037Test
Just creates an object of problem 37.
PE0038 - Class in net.n1da.dev.euler
Solution for problem 38 "Pandigital multiples" completed on Sun, 20 Mar 2016, 18:44.
PE0038() - Constructor for class net.n1da.dev.euler.PE0038
A simple constructor to set number and title.
PE0038Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 38.
PE0038Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0038Test
Just creates an object of problem 38.
PE0039 - Class in net.n1da.dev.euler
Solution for problem 39 "Integer right triangles" completed on Fri, 25 Mar 2016, 11:04.
PE0039() - Constructor for class net.n1da.dev.euler.PE0039
A simple constructor to set number and title.
PE0039Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 39.
PE0039Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0039Test
Just creates an object of problem 39.
PE0040 - Class in net.n1da.dev.euler
Solution for problem 40 "Champernowne's constant" completed on Wed, 4 May 2016, 22:40.
PE0040() - Constructor for class net.n1da.dev.euler.PE0040
A simple constructor to set number and title.
PE0040Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 40.
PE0040Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0040Test
Just creates an object of problem 40.
PE0041 - Class in net.n1da.dev.euler
Solution for problem 41 "Pandigital prime" completed on Thu, 5 May 2016, 11:05.
PE0041() - Constructor for class net.n1da.dev.euler.PE0041
A simple constructor to set number and title.
PE0041Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 41.
PE0041Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0041Test
Just creates an object of problem 41.
PE0042 - Class in net.n1da.dev.euler
Solution for problem 42 "Coded triangle numbers" completed on Fri, 6 May 2016, 14:03.
PE0042() - Constructor for class net.n1da.dev.euler.PE0042
A simple constructor to set number and title.
PE0042Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 42.
PE0042Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0042Test
Just creates an object of problem 42.
PE0043 - Class in net.n1da.dev.euler
Solution for problem 43 "Sub-string divisibility" completed on Thu, 19 May 2016, 20:14.
PE0043() - Constructor for class net.n1da.dev.euler.PE0043
A simple constructor to set number and title.
PE0043Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 43.
PE0043Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0043Test
Just creates an object of problem 43.
PE0044 - Class in net.n1da.dev.euler
Solution for problem 44 "Pentagon numbers" completed on Fri, 20 May 2016, 19:33.
PE0044() - Constructor for class net.n1da.dev.euler.PE0044
A simple constructor to set number and title.
PE0044Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 44.
PE0044Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0044Test
Just creates an object of problem 44.
PE0045 - Class in net.n1da.dev.euler
Solution for problem 45 "Triangular, pentagonal, and hexagonal" completed on Sun, 22 May 2016, 13:54.
PE0045() - Constructor for class net.n1da.dev.euler.PE0045
A simple constructor to set number and title.
PE0045Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 45.
PE0045Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0045Test
Just creates an object of problem 45.
PE0046 - Class in net.n1da.dev.euler
Solution for problem 46 "Goldbach's other conjecture" completed on Sun, 29 May 2016, 07:28.
PE0046() - Constructor for class net.n1da.dev.euler.PE0046
A simple constructor to set number and title.
PE0046Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 46.
PE0046Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0046Test
Just creates an object of problem 46.
PE0047 - Class in net.n1da.dev.euler
Solution for problem 47 "Distinct primes factors" completed on Sun, 29 May 2016, 10:44.
PE0047() - Constructor for class net.n1da.dev.euler.PE0047
A simple constructor to set number and title.
PE0047Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 47.
PE0047Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0047Test
Just creates an object of problem 47.
PE0048 - Class in net.n1da.dev.euler
Solution for problem 48 "Self powers" completed on Sun, 12 Jun 2016, 18:19.
PE0048() - Constructor for class net.n1da.dev.euler.PE0048
A simple constructor to set number and title.
PE0048Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 48.
PE0048Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0048Test
Just creates an object of problem 48.
PE0049 - Class in net.n1da.dev.euler
Solution for problem 49 "Prime permutations" completed on Sat, 25 Jun 2016, 14:18.
PE0049() - Constructor for class net.n1da.dev.euler.PE0049
A simple constructor to set number and title.
PE0049Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 49.
PE0049Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0049Test
Just creates an object of problem 49.
PE0050 - Class in net.n1da.dev.euler
Solution for problem 50 "Consecutive prime sum" completed on Sat, 25 Jun 2016, 19:58
PE0050() - Constructor for class net.n1da.dev.euler.PE0050
A simple constructor to set number and title.
PE0050Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 50.
PE0050Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0050Test
Just creates an object of problem 50.
PE0051 - Class in net.n1da.dev.euler
Solution for problem 51 "Prime digit replacements" completed on Sun, 14 Aug 2016, 18:09.
PE0051() - Constructor for class net.n1da.dev.euler.PE0051
A simple constructor to set number and title.
PE0051Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 51.
PE0051Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0051Test
Just creates an object of problem 51.
PE0052 - Class in net.n1da.dev.euler
Solution for problem 52 "Permuted multiples" completed on Sun, 14 Aug 2016, 20:18.
PE0052() - Constructor for class net.n1da.dev.euler.PE0052
A simple constructor to set number and title.
PE0052Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 52.
PE0052Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0052Test
Just creates an object of problem 52.
PE0053 - Class in net.n1da.dev.euler
Solution for problem 53 "Combinatoric selections" completed on Tue, 16 Aug 2016, 17:43.
PE0053() - Constructor for class net.n1da.dev.euler.PE0053
A simple constructor to set number and title.
PE0053Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 53.
PE0053Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0053Test
Just creates an object of problem 53.
PE0054 - Class in net.n1da.dev.euler
Solution for problem 54 "Poker hands" completed on Sun, 21 Aug 2016, 14:02.
PE0054() - Constructor for class net.n1da.dev.euler.PE0054
A simple constructor to set number and title.
PE0054Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 54.
PE0054Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0054Test
Just creates an object of problem 54.
PE0055 - Class in net.n1da.dev.euler
Solution for problem 55 "Lychrel numbers" completed on Mon, 29 Aug 2016, 19:53.
PE0055() - Constructor for class net.n1da.dev.euler.PE0055
A simple constructor to set number and title.
PE0055Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 55.
PE0055Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0055Test
Just creates an object of problem 55.
PE0056 - Class in net.n1da.dev.euler
Solution for problem 56 "Powerful digit sum" completed on Wed, 26 Oct 2016, 00:43.
PE0056() - Constructor for class net.n1da.dev.euler.PE0056
A simple constructor to set number and title.
PE0056Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 56.
PE0056Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0056Test
Just creates an object of problem 56.
PE0057 - Class in net.n1da.dev.euler
Solution for problem 57 "Square root convergents" completed on Sun, 30 Oct 2016, 06:46.
PE0057() - Constructor for class net.n1da.dev.euler.PE0057
A simple constructor to set number and title.
PE0057Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 57.
PE0057Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0057Test
Just creates an object of problem 57.
PE0058 - Class in net.n1da.dev.euler
Solution for problem 58 "Spiral primes" completed on Sat, 10 Dec 2016, 07:47.
PE0058() - Constructor for class net.n1da.dev.euler.PE0058
A simple constructor to set number and title.
PE0058Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 58.
PE0058Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0058Test
Just creates an object of problem 58.
PE0059 - Class in net.n1da.dev.euler
Solution for problem 59 "XOR decryption" completed on Fri, 16 Dec 2016, 07:28.
PE0059() - Constructor for class net.n1da.dev.euler.PE0059
A simple constructor to set number and title.
PE0059Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 59.
PE0059Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0059Test
Just creates an object of problem 59.
PE0060 - Class in net.n1da.dev.euler
Solution for problem 60 "Prime pair sets" completed on Tue, 1 May 2018, 13:41.
PE0060() - Constructor for class net.n1da.dev.euler.PE0060
A simple constructor to set number and title.
PE0060Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 60.
PE0060Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0060Test
Just creates an object of problem 60.
PE0061 - Class in net.n1da.dev.euler
Solution for problem 61 "Cyclical figurate numbers" completed on Thu, 21 Mar 2019, 22:49.
PE0061() - Constructor for class net.n1da.dev.euler.PE0061
A simple constructor to set number and title.
PE0061Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 61.
PE0061Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0061Test
Just creates an object of problem 61.
PE0062 - Class in net.n1da.dev.euler
Solution for problem 62 "Cubic permutations" completed on Fri, 29 Mar 2019, 21:58.
PE0062() - Constructor for class net.n1da.dev.euler.PE0062
A simple constructor to set number and title.
PE0062Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 62.
PE0062Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0062Test
Just creates an object of problem 62.
PE0063 - Class in net.n1da.dev.euler
Solution for problem 63 "Powerful digit counts" completed on Fri, 29 Mar 2019, 23:43.
PE0063() - Constructor for class net.n1da.dev.euler.PE0063
A simple constructor to set number and title.
PE0063Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 63.
PE0063Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0063Test
Just creates an object of problem 63.
PE0064 - Class in net.n1da.dev.euler
Solution for problem 64 "Odd period square roots" completed on Sat, 4 Jan 2020, 22:03.
PE0064() - Constructor for class net.n1da.dev.euler.PE0064
A simple constructor to set number and title.
PE0064Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 64.
PE0064Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0064Test
Just creates an object of problem 64.
PE0067 - Class in net.n1da.dev.euler
Solution for problem 67 "Maximum path sum II" completed on Sat, 16 May 2015, 21:19.
PE0067() - Constructor for class net.n1da.dev.euler.PE0067
A simple constructor to set number and title.
PE0067Test - Class in net.n1da.dev.euler.tests.problems
This class is the test implementation for problem 67.
PE0067Test() - Constructor for class net.n1da.dev.euler.tests.problems.PE0067Test
Just creates an object of problem 67.
PE00XX - Class in net.n1da.dev.euler.templates
Solution for problem XX "TITLE" completed on ???.
PE00XX() - Constructor for class net.n1da.dev.euler.templates.PE00XX
A simple constructor to set number and title.
PE00XXTest - Class in net.n1da.dev.euler.templates
This class is the test implementation for problem XX.
PE00XXTest() - Constructor for class net.n1da.dev.euler.templates.PE00XXTest
Just creates an object of problem XX.
pentagons - Variable in class net.n1da.dev.euler.PE0044
A storage for all found pentagon numbers.
pkg - Static variable in class net.n1da.dev.euler.tests.problems.Results
Just the text for the package of the problem classes.
place - Variable in class net.n1da.dev.euler.PE0024
Stores which permutation is wanted.
PokerTests - Class in net.n1da.dev.euler.tests
Some tests for the poker classes.
PokerTests() - Constructor for class net.n1da.dev.euler.tests.PokerTests
 
pow(int) - Method in class net.n1da.dev.euler.helper.LargeNumber
Calculates the power of the current number by the given integer value.
powers2 - Static variable in class net.n1da.dev.euler.helper.Mathe
Stores all powers of 2 to save some calculation time.
prepare() - Method in class net.n1da.dev.euler.core.Problem
Standard implementation of the preparing method.
prepare() - Method in interface net.n1da.dev.euler.core.Solvable
Should be implemented to prepare the solving procedure.
prepare() - Method in class net.n1da.dev.euler.PE0003
Initializes the PE0003.sieve with the maximum of PE0003.sqrtNum.
prepare() - Method in class net.n1da.dev.euler.PE0007
Initializes the PE0007.sieve with the maximum of PE0007.max
prepare() - Method in class net.n1da.dev.euler.PE0008
Prepares the solving process by setting the wanted window size (13), initializing the storages and reading the 1000 digits from a file.
prepare() - Method in class net.n1da.dev.euler.PE0010
Initializes the PE0010.sieve with number from 0 to PE0010.max.
prepare() - Method in class net.n1da.dev.euler.PE0011
Reads the PE0011.grid data from a file.
prepare() - Method in class net.n1da.dev.euler.PE0013
Just reads in the PE0013.numbers from the given file.
prepare() - Method in class net.n1da.dev.euler.PE0014
The PE0014.cache is created with 1.000.000 cells and initialized at the first three places: [0]=0, [1]=1, [2]=2.
prepare() - Method in class net.n1da.dev.euler.PE0017
During preparation of this problem a list of words for number from 1 to 19, 20, 30, 40 ... 90, 100, and 1000 is created.
prepare() - Method in class net.n1da.dev.euler.PE0018
Here the triangle data is initialized, e.g. by reading from a file.
prepare() - Method in class net.n1da.dev.euler.PE0019
Here the PE0019.DaysInMonth are initialized.
prepare() - Method in class net.n1da.dev.euler.PE0021
Just initializes the PE0021.cache as empty memory.
prepare() - Method in class net.n1da.dev.euler.PE0022
Reads the names from a file into the local array.
prepare() - Method in class net.n1da.dev.euler.PE0023
prepare() - Method in class net.n1da.dev.euler.PE0024
Prepares the solution of this problem by setting the PE0024.line and PE0024.place.
prepare() - Method in class net.n1da.dev.euler.PE0027
Initializes the PE0027.primes and PE0027.cache memories.
prepare() - Method in class net.n1da.dev.euler.PE0029
Just initializing the local storage.
prepare() - Method in class net.n1da.dev.euler.PE0030
Just the PE0030.cache is initialized.
prepare() - Method in class net.n1da.dev.euler.PE0031
Initializes the PE0031.coins and PE0031.used arrays, and the PE0031.count with 0.
prepare() - Method in class net.n1da.dev.euler.PE0035
Just initializes the attributes and stores all primes less than 1,000,000 in PE0035.candidates if the do not have one of the digits 0, 2, 4, 6, or 8.
prepare() - Method in class net.n1da.dev.euler.PE0037
Just initializes the attributes and stores all primes less than 1,000,000 in PE0037.candidates if the do not start with 4, 6, or 8, and do not end with 0, 2, 4, 6, or 8.
prepare() - Method in class net.n1da.dev.euler.PE0043
It just initializes the list of PE0043.candidates.
prepare() - Method in class net.n1da.dev.euler.PE0044
It just initializes the PE0044.pentagons list.
prepare() - Method in class net.n1da.dev.euler.PE0046
It initializes the list of PE0046.primes with values less than 1.000.000 using the Sieve class.
prepare() - Method in class net.n1da.dev.euler.PE0047
It initializes the list of PE0047.primes with values less than 1.000.000 using the Sieve class.
prepare() - Method in class net.n1da.dev.euler.PE0049
Within the preparation of this problem all PE0049.candidates less than 1000 are collected using a Sieve.
prepare() - Method in class net.n1da.dev.euler.PE0050
Within the preparation of this problem all PE0050.candidates less than 1.000.000 are collected using a Sieve.
prepare() - Method in class net.n1da.dev.euler.PE0051
Prepares this problem by loading the memory with primes between 100 and 1.000.000 sorted by their number of digits.
prepare() - Method in class net.n1da.dev.euler.PE0054
Here this problem is prepared by reading all lines of text from given file.
prepare() - Method in class net.n1da.dev.euler.PE0059
Prepares the problem by reading the code from a given file.
prepare() - Method in class net.n1da.dev.euler.PE0060
All primes between 2 and 10.000 are stored as PE0060.candidates using a Sieve.
prepare() - Method in class net.n1da.dev.euler.PE0061
All 4 digit numbers are calculated and stored in the memory attribute.
prepare() - Method in class net.n1da.dev.euler.PE0062
Implementation of the preparation method called before solving the problem.
prepare() - Method in class net.n1da.dev.euler.PE0064
Implementation of the preparation method called before solving the problem.
prepare() - Method in class net.n1da.dev.euler.PE0067
Since the same algorithm like in Problem 18 is used we do need to change the initialization, only!
prepare() - Method in class net.n1da.dev.euler.templates.PE00XX
Implementation of the preparation method called before solving the problem.
prepare() - Method in class net.n1da.dev.euler.tests.problems.EulerTest
Prepares the current EulerTest.problem before testing it.
PrimeProblems - Class in net.n1da.dev.euler.tests.problems.suites
A suite for all problem tests that handle primes.
PrimeProblems() - Constructor for class net.n1da.dev.euler.tests.problems.suites.PrimeProblems
 
primes - Variable in class net.n1da.dev.euler.PE0027
A storage for all primes less than 1000.
primes - Variable in class net.n1da.dev.euler.PE0046
Storage for all primes that can occur less than one million.
primes - Variable in class net.n1da.dev.euler.PE0047
Storage for all primes that can occur less than one million.
problem - Variable in class net.n1da.dev.euler.tests.problems.EulerTest
Reference to the problem that is tested.
Problem - Class in net.n1da.dev.euler.core
The base class for all Project Euler problems.
Problem(int, String) - Constructor for class net.n1da.dev.euler.core.Problem
A simple base constructor to set the given Problem.number and Problem.title
products - Variable in class net.n1da.dev.euler.PE0008
The storage for the different products.
A B C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages