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
All Classes All Packages
All Classes All Packages
F
- factorials - Variable in class net.n1da.dev.euler.PE0024
-
Memory for all necessary permutations.
- FACTORIALS - Static variable in class net.n1da.dev.euler.helper.LargeNumber
-
A memory that provides the factorial for the numbers from 0 to 9.
- FIFE - net.n1da.dev.euler.helper.poker.Value
- find() - Method in class net.n1da.dev.euler.PE0061
-
Starts the recursion by testing every Triangle number.
- find(int, int, int, int) - Method in class net.n1da.dev.euler.PE0061
-
Tries to find a number that follows the given current number.
- findMaxProduct(boolean) - Method in class net.n1da.dev.euler.helper.Matrix
-
Checks every row / column to find the maximum product of all elements in a row / column.
- finish() - Method in class net.n1da.dev.euler.core.Problem
-
Standard implementation of the finishing method.
- finish() - Method in interface net.n1da.dev.euler.core.Solvable
-
Should be implemented to finish the
solving
procedure. - finish() - Method in class net.n1da.dev.euler.PE0064
-
Implementation of the finishing method called after
solving
the problem. - finish() - Method in class net.n1da.dev.euler.templates.PE00XX
-
Implementation of the finishing method called after
solving
the problem. - finish() - Method in class net.n1da.dev.euler.tests.problems.EulerTest
-
Cleans everything that has to be removed after testing the
EulerTest.problem
. - found - Variable in class net.n1da.dev.euler.PE0035
-
Stores all primes that are a solution of this problem.
- FoundCount - Variable in class net.n1da.dev.euler.PE0062
-
Stores the count how often the ordered digits of a cubic were found
- FoundFirst - Variable in class net.n1da.dev.euler.PE0062
-
Stores the very first cubic for every found ordered digits
- FOUR - net.n1da.dev.euler.helper.poker.Value
All Classes All Packages