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
G
- get(int, int) - Method in class net.n1da.dev.euler.helper.Matrix
-
Read the value of
Matrix.data
at the given coordinates. - get(String) - Static method in class net.n1da.dev.euler.tests.problems.Results
-
Tries to get the solution of a given problem.
- getAlphabeticalValue(String) - Static method in class net.n1da.dev.euler.helper.Mathe
-
Calculates the alphabetical value of the given word by summing the byte values of every character minus byte value of 'A' plus one.
- getCount(long) - Method in class net.n1da.dev.euler.PE0014
-
Retrieves the count of elements in the Collatz series with the given number as starting element.
- getCountOfDivisors(long) - Static method in class net.n1da.dev.euler.helper.Mathe
-
Calculates the count of all proper divisors for the given number.
- getCycle(int) - Method in class net.n1da.dev.euler.PE0026
-
Divides 1 by the given number step by step checking if the current remainder (modulus) was found earlier.
- getDigit(int) - Method in class net.n1da.dev.euler.helper.LargeNumber
-
Reads and returns a digit at the wanted position.
- getDigitSum(LargeNumber) - Method in class net.n1da.dev.euler.PE0030
-
Calculates the sum of all digits of the given number.
- getDigitSum(LargeNumber) - Method in class net.n1da.dev.euler.PE0034
-
Calculates the sum of all digits of the given number.
- getDivisors(long) - Static method in class net.n1da.dev.euler.helper.Mathe
-
Finds all proper divisors of the given number.
- getGCD(int, int) - Static method in class net.n1da.dev.euler.helper.Mathe
-
Calculates the Greatest Common Divisor (GCD) using Euclid's algorithm.
- getHeptagonalNumber(int) - Static method in class net.n1da.dev.euler.helper.Mathe
- getHexagonalNumber(int) - Static method in class net.n1da.dev.euler.helper.Mathe
- getLength() - Method in class net.n1da.dev.euler.helper.LargeNumber
-
Reads the length of
LargeNumber.data
to get the number of digits in this large number. - getLength(int) - Static method in class net.n1da.dev.euler.helper.Mathe
-
Reads and returns the number of digits from the given number.
- getLetterCount(int) - Method in class net.n1da.dev.euler.PE0017
-
Calculates the number of letters in the written version of the given number.
- getLetterDist(byte[]) - Method in class net.n1da.dev.euler.PE0059
-
Calculates the distribution of all letters in the given text.
- getNumericValue() - Method in class net.n1da.dev.euler.helper.poker.Card
-
Just a getter of the
Card.value
's numeric value. - getOctagonalNumber(int) - Static method in class net.n1da.dev.euler.helper.Mathe
- getPentagonalNumber(int) - Static method in class net.n1da.dev.euler.helper.Mathe
- getPeriodLength(int) - Method in class net.n1da.dev.euler.PE0064
- getPrimeFactors(long) - Static method in class net.n1da.dev.euler.helper.Mathe
-
Finds all prime factors of the given number.
- getResult() - Method in class net.n1da.dev.euler.core.Problem
-
This method should be called by an external execution process.
- getRuntime(int) - Method in class net.n1da.dev.euler.core.Problem
-
Calculates the runtime needed to solve this problem as difference of
Problem.end
andProblem.start
. - getSection(int, int, int) - Method in class net.n1da.dev.euler.helper.Matrix
-
Reads a square sub-matrix out of the current object.
- getSection(int, int, int, int) - Method in class net.n1da.dev.euler.helper.Matrix
-
Reads a sub-matrix out of the current object.
- getSquareNumber(int) - Static method in class net.n1da.dev.euler.helper.Mathe
- getSuit() - Method in class net.n1da.dev.euler.helper.poker.Card
-
Just a getter of the
Card.suit
. - getSum() - Method in class net.n1da.dev.euler.PE0031
-
Calculates the sum of the combination in
PE0031.used
array. - getSumOfDivisors(long) - Static method in class net.n1da.dev.euler.helper.Mathe
-
Calculates the sum of all proper divisors for the given number.
- getTriangleNumber(int) - Static method in class net.n1da.dev.euler.helper.Mathe
- getValue() - Method in class net.n1da.dev.euler.helper.poker.Card
-
Just a getter of the
Card.value
. - getValue() - Method in class net.n1da.dev.euler.helper.poker.Hand
-
The complete value of a five card poker hand can be represented in a 5-digit big hexadecimal number.
- getValue() - Method in enum net.n1da.dev.euler.helper.poker.Suit
-
Just returns the numeric
Suit.value
. - getValue() - Method in enum net.n1da.dev.euler.helper.poker.Value
-
Just a getter for the
Value.value
- getWithSortedDigits() - Method in class net.n1da.dev.euler.helper.LargeNumber
-
Just sorts the values in
LargeNumber.data
. - globalTimeout - Variable in class net.n1da.dev.euler.tests.problems.EulerTest
-
Global rule to set the maximum runtime per problem.
- grid - Variable in class net.n1da.dev.euler.PE0011
-
The storage for the complete grid.
All Classes All Packages