.. |
AbsoluteMax.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
AbsoluteMin.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
AbsoluteValue.java
|
Code refactor for AbsoluteValue improvements (#3018)
|
2022-04-20 16:17:44 +08:00 |
ADTFraction.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
AliquotSum.java
|
Add AliquotSum (#3765)
|
2022-11-11 21:57:18 +02:00 |
AmicableNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
Area.java
|
Add tests for Area (#3358)
|
2022-10-18 21:03:58 +03:00 |
Armstrong.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
AutomorphicNumber.java
|
Add AutomorphicNumber (#3735)
|
2022-11-03 12:55:48 +00:00 |
Average.java
|
Add tests for Average (#3652)
|
2022-10-25 15:00:53 +03:00 |
BinaryPow.java
|
Add test case to BinaryPow Algorithm (#3177)
|
2022-07-04 20:53:56 +08:00 |
BinomialCoefficient.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
Ceil.java
|
Cleanup unused imports (#3217)
|
2022-08-17 08:30:15 +03:00 |
CircularConvolutionFFT.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
CollatzConjecture.java
|
Add Collatz Conjecture (#3290)
|
2022-09-26 04:51:21 +00:00 |
Combinations.java
|
Update Combinations.java and add test case (#3184)
|
2022-07-08 19:31:09 +08:00 |
Convolution.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
ConvolutionFFT.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
DeterminantOfMatrix.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
DigitalRoot.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
DistanceFormula.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
DudeneyNumber.java
|
Simplifying boolean returns (#3796)
|
2022-12-18 03:03:09 +00:00 |
EulerMethod.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
Factorial.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
FactorialRecursion.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
FastInverseSqrt.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
FFT.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
FFTBluestein.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
FibonacciJavaStreams.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
FibonacciNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
FindKthNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
FindMax.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
FindMaxRecursion.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
FindMin.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
FindMinRecursion.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
Floor.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
Gaussian.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
GCD.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
GCDRecursion.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
GenericRoot.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
HarshadNumber.java
|
Add HarshadNumberTest (#3722)
|
2022-11-03 12:59:13 +00:00 |
HeronsFormula.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
JosephusProblem.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
JugglerSequence.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
KaprekarNumbers.java
|
Constructors BigInteger and BigDecimal used to wrap primitives should never be used. (#3627)
|
2022-11-06 17:40:14 +05:30 |
KeithNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
KrishnamurthyNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
LeastCommonMultiple.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
LeonardoNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
LinearDiophantineEquationsSolver.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
LiouvilleLambdaFunction.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
LongDivision.java
|
Add LongDivision (#3691)
|
2022-11-06 12:18:14 +02:00 |
LucasSeries.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
MagicSquare.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
MatrixUtil.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
MaxValue.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
Median.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
MinValue.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
MobiusFunction.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
Mode.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
NonRepeatingElement.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
NthUglyNumber.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
NumberOfDigits.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
PalindromeNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
ParseInteger.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
PascalTriangle.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
PerfectCube.java
|
Added function and fixed bug in PerfectCube.java (#3655)
|
2022-10-29 11:57:17 +05:30 |
PerfectNumber.java
|
Created PerfectNumberTest.java & Added function in PerfectNumber.java (#3751)
|
2022-11-01 06:22:56 +00:00 |
PerfectSquare.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
Perimeter.java
|
Added functions in Perimeter.java (#3739)
|
2022-10-30 09:22:25 +05:30 |
PiNilakantha.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
PollardRho.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
Pow.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
PowerOfTwoOrNot.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
PowRecursion.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
PrimeCheck.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
PrimeFactorization.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
PronicNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
PythagoreanTriple.java
|
Change project structure to a Maven Java project + Refactor (#2816)
|
2021-11-12 08:59:36 +02:00 |
ReverseNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
RomanNumeralUtil.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
SimpsonIntegration.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
SquareFreeInteger.java
|
algorithm: Square free integer (#3760)
|
2022-11-07 14:31:44 +05:30 |
SquareRootWithBabylonianMethod.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
SquareRootWithNewtonRaphsonMethod.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
StandardDeviation.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
StandardScore.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
SumOfArithmeticSeries.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
SumOfDigits.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
SumWithoutArithmeticOperators.java
|
Add sum without using any mathematical operators (#3473)
|
2022-10-10 20:19:01 +03:00 |
TrinomialTriangle.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
TwinPrime.java
|
Add twin prime (#3312)
|
2022-10-14 09:36:26 +00:00 |
VampireNumber.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
VectorCrossProduct.java
|
Format code with prettier (#3375)
|
2022-10-03 17:23:00 +08:00 |
Volume.java
|
Created VolumeTest.java & Fixed Bugs in Volume.java (#3682)
|
2022-10-28 00:35:59 +05:30 |