master
Create package prime, matrix and games (#6139)
Add automatic linter (#4214)
Fix absolute max bug (#6144)
Fix AbsoluteMin bug for equal absolute values (#6145)
Add AliquotSum (#3765)
Fix style in AmicableNumbers (#4263)
style: enable `AvoidStarImport` in checkstyle (#5141)
Made changes to the code to correct the Logic of Armstrong Number (#4619)
Add cross-correlation and auto-correlation (#4984)
style: enable `MethodName` in CheckStyle (#5182)
Format code with prettier (#3375)
Add Catalan number (#5846)
General performance improvement (#6078)
Add tests for `ConvolutionFFT` (#5767)
Add tests for `Convolution` (#5766)
test: `DeterminantOfMatrix` (#5376)
refactor: cleanup `DudeneyNumber` (#5156)
Add tests for `EulerMethod` (#5769)
refactor: change packages (#5430)
chore: fix some comments (#5333)
Added tests for `FactorialRecursion` (#5109)
style: avoid wildcard imports (#4386)
Add fast exponentiation algorithm (#5715)
style: include `BigIntegerInstantiation` (#5294)
Added [FEATURE REQUEST] Golden Ration formula to find Nth Fibonacci number #4505 (#4513)
Add unit tests for FibonacciNumberCheck (#4225)
Add another method to find kth number (#5918)
Add FindMaxRecursionTest (#4431)
Changing MaxFindTest (#4406)
cleanup `FindMinRecursion` (#4568)
Add test case with minimum not at index 0 (#4403)
Add `FloorTest` and clean-up `Floor` (#4769)
style: format code (#4212)
test: `GCDRecursion` (#5361)
Remove main function from GCD class (#5828)
style: include `DLS_DEAD_LOCAL_STORE` (#5276)
style: include `DMC_DUBIOUS_MAP_COLLECTION` (#5207)
Add Goldbach's Conjecture algorithm (#6127)
Herons : Changed the signature of the function (#4686)
feat: add karatsuba multiplication (#5719)
Remove main function, improve docstring, add JUnit tests for `KrishnamurthyNumber`. (#5881)
refactor: `LeastCommonMultiple` (#5435)
Add MaxValueTest and remove main from MaxValue (#4756)
Add `MinValueTest` and remove `main` from `MinValue` (#4713)
tests: add tests of `Mode` (#5104)
refactor: `NonRepeatingElement` (#5375)
Remove unused import. (#5113)
Add unit tests for PalindromeNumber (#4227)
refactor: simplify `ParseInteger` (#4376)
Added function and fixed bug in PerfectCube.java (#3655)
Add a new method to check Perfect Square (#5917)
refactor: `Pow` (#5364)
Remove unused import from `PowerOfTwoOrNotTest` (#5015)
Add another method to check Pronic number (#5919)
Add QuadraticEquationSolver and test cases (#5619)
test: cleanup `ReverseNumberTest` (#5381)
Add `SecondMinMax` (#4432)
feat: add solovay strassen primality test (#5692)
Add StrobogrammaticNumber (#4278)
Add tests for `SumOfArithmeticSeries` (#4256)
Cleanup `SumOfDigits` and its tests (#4994)
Add SumOfOddNumbers (#5730)
Add uniform number counting algorithm (#6052)
Improve Vampire Number (#6110)
Add Volume "Algorithm Frustum Of Cone" Then Test It. (#5479)