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)
style: enable `HideUtilityClassConstructor` in checkstyle (#5147)
style: enable `NeedBraces` in checkstyle (#5227)
Update Armstrong (#6131)
style: enable `InvalidJavadocPosition` in checkstyle (#5237)
style: include `ICAST_IDIV_CAST_TO_DOUBLE` (#6121)
Add Catalan number (#5846)
Add chinese remainder theorem (#5873)
style: include `OCP_OVERLY_CONCRETE_PARAMETER` (#5833)
Add Collatz Conjecture (#3290)
style: enable `ParameterName` in CheckStyle. (#5196)
style: enable `LocalVariableName` in CheckStyle (#5191)
test: `DeterminantOfMatrix` (#5376)
Enabled LocalFinalVariableName in Checkstyle (#5172)
refactor: change packages (#5430)
Add tests for `ConvolutionFFT` (#5767)
Make `Factorial` a proper utility class (#4267)
Added tests for `FactorialRecursion` (#5109)
Add fast exponentiation algorithm (#5715)
style: include `BigIntegerInstantiation` (#5294)
Added [FEATURE REQUEST] Golden Ration formula to find Nth Fibonacci number #4505 (#4513)
Add another method to find kth number (#5918)
Improved code readability and code quality (#4663)
Add `FloorTest` and clean-up `Floor` (#4769)
Remove main function from GCD class (#5828)
Add tests for `GenericRoot` (#4276)
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 different types of Mean (#4339)
Add `MinValueTest` and remove `main` from `MinValue` (#4713)
style: include `WMI_WRONG_MAP_ITERATOR` (#5206)
refactor: `NonRepeatingElement` (#5375)
General performance improvement (#6078)
Added tests for NumberOfDigits (#5107)
refactor: simplify `ParseInteger` (#4376)
Add a new method to check Perfect Square (#5917)
style: enable `MultipleVariableDeclarations` in checkstyle (#5175)
refactor: `Pow` (#5364)
Add `PowerOfTwoOrNotTest` (#4279)
Add another method to check Pronic number (#5919)
Add QuadraticEquationSolver and test cases (#5619)
Update `ReverseNumber` (#4257)
Add `SecondMinMax` (#4432)
style: include `IM_BAD_CHECK_FOR_ODD` (#5213)
feat: add solovay strassen primality test (#5692)
style: enable `MethodName` in CheckStyle (#5182)
style: include `IMC_IMMATURE_CLASS_VAR_NAME` (#5197)
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)