JavaAlgorithms/Maths
sachin4429 40e055b03b
Added Keith No. Program (Hacktoberfest2021) (#2342)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-10-01 07:53:37 +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
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
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 Formatted with Google Java Formatter 2021-02-26 19:22:37 +00:00
Combinations.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00
Convolution.java Formatted with Google Java Formatter 2021-02-26 19:22:37 +00:00
ConvolutionFFT.java Added algorithm for color contrast ratio. (#1794) 2021-02-27 22:16:25 +05:30
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 Formatted with Google Java Formatter 2021-02-26 19:22:37 +00:00
FFTBluestein.java Formatted with Google Java Formatter 2021-02-26 19:22:37 +00: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
KeithNumber.java Added Keith No. Program (Hacktoberfest2021) (#2342) 2021-10-01 07:53:37 +03:00
KrishnamurthyNumber.java Add Krishnamurthy Number (hacktoberfest) (#2349) 2021-10-01 07:39:07 +03:00
LucasSeries.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00: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
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
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
VampireNumber.java Formatted with Google Java Formatter 2020-10-24 10:23:28 +00:00