JavaAlgorithms/Maths
2021-10-28 20:05:44 +03:00
..
AbsoluteMax.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
AbsoluteMin.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
AbsoluteValue.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
ADTFraction.java Fix build issue in ADTFraction.java (#2712) 2021-10-23 16:07:39 +03:00
AliquotSum.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
AmicableNumber.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
Area.java Add surfaceAreaCylinder (hacktoberfest) (#2337) 2021-09-30 21:06:52 +03:00
Armstrong.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
AutomorphicNumber.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
Average.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
BinaryPow.java Formatted with Google Java Formatter 2020-11-16 01:40:56 +00:00
Ceil.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
CircularConvolutionFFT.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
Combinations.java Fix: 2618: [Enhancement] Combinations (#2625) 2021-10-20 11:22:32 +03:00
Convolution.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
ConvolutionFFT.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
DeterminantOfMatrix.java Add Determinant Of a Matrix [Hacktoberfest] (#2508) 2021-10-11 13:51:26 +03:00
DigitalRoot.java Add Digital Root (#2637) 2021-10-19 07:28:55 +03:00
DudeneyNumber.java Add Dudeney Number (#2629) 2021-10-22 08:20:06 +03:00
EulerMethod.java Add Euler method (from master) (#2148) 2021-04-24 11:54:34 +05:30
Factorial.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
FactorialRecursion.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
FFT.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
FFTBluestein.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
FibonacciJavaStreams.java Add Java Streams for Fibonacci computation (#2623) 2021-10-23 13:56:08 +03:00
FibonacciNumber.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
FindMax.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
FindMaxRecursion.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
FindMin.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
FindMinRecursion.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
Floor.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
GCD.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
GCDRecursion.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
GenericRoot.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
HarshadNumber.java Add check if a number is harshad Number or not (#2514) 2021-10-11 13:59:22 +03:00
KeithNumber.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
KrishnamurthyNumber.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
LeonardoNumber.java Add Leonardo Number (#2649) (#2650) 2021-10-22 08:50:59 +03:00
LinearDiophantineEquationsSolver.java Add Solver For Linear Diophantine Equations (#2744) 2021-10-28 20:05:44 +03:00
LucasSeries.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
MagicSquare.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
MaxValue.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
Median.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
MinValue.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
Mode.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
NonRepeatingElement.java Two non repeating elements in an array (#2381) 2021-10-06 08:46:59 +03:00
NthUglyNumber.java Add Ugly Numbers (#2615) 2021-10-15 09:17:51 +03:00
NumberOfDigits.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PalindromeNumber.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
ParseInteger.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PerfectCube.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PerfectNumber.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PerfectSquare.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PiNilakantha.java Formatted with Google Java Formatter 2021-09-17 09:47:40 +00:00
Pow.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PowerOfTwoOrNot.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PowRecursion.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PrimeCheck.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PrimeFactorization.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
PythagoreanTriple.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
RomanNumeralUtil.java Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
SimpsonIntegration.java Add Simpson's integration numerical method (#2681) 2021-10-24 10:24:30 +03:00
SumOfArithmeticSeries.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
SumOfDigits.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
TrinomialTriangle.java Add Trinomial triangle #2651 (#2652) 2021-10-23 13:58:33 +03:00
VampireNumber.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
VectorCrossProduct.java Add Vector Cross Product [Fixes #2526] (#2536) 2021-10-13 07:41:00 +03:00