|
142 | 142 | *[BinaryExponentiationRecursive](Maths/BinaryExponentiationRecursive.js)
|
143 | 143 | *[BisectionMethod](Maths/BisectionMethod.js)
|
144 | 144 | *[CheckKishnamurthyNumber](Maths/CheckKishnamurthyNumber.js)
|
| 145 | +*[CollatzSequence](Maths/CollatzSequence.js) |
145 | 146 | *[Coordinate](Maths/Coordinate.js)
|
146 | 147 | *[CoPrimeCheck](Maths/CoPrimeCheck.js)
|
147 | 148 | *[DecimalExpansion](Maths/DecimalExpansion.js)
|
|
159 | 160 | *[FigurateNumber](Maths/FigurateNumber.js)
|
160 | 161 | *[FindHcf](Maths/FindHcf.js)
|
161 | 162 | *[FindLcm](Maths/FindLcm.js)
|
| 163 | +*[FindMaxRecursion](Maths/FindMaxRecursion.js) |
162 | 164 | *[FindMin](Maths/FindMin.js)
|
163 | 165 | *[FindMinIterator](Maths/FindMinIterator.js)
|
164 | 166 | *[GetEuclidGCD](Maths/GetEuclidGCD.js)
|
165 | 167 | *[GridGet](Maths/GridGet.js)
|
166 | 168 | *[IsDivisible](Maths/IsDivisible.js)
|
167 | 169 | *[IsEven](Maths/IsEven.js)
|
168 | 170 | *[IsOdd](Maths/IsOdd.js)
|
| 171 | +*[IsPronic](Maths/IsPronic.js) |
169 | 172 | *[LeapYear](Maths/LeapYear.js)
|
170 | 173 | *[LinearSieve](Maths/LinearSieve.js)
|
171 | 174 | *[LucasSeries](Maths/LucasSeries.js)
|
|
197 | 200 | *[SquareRoot](Maths/SquareRoot.js)
|
198 | 201 | *[SumOfDigits](Maths/SumOfDigits.js)
|
199 | 202 | *[SumOfGeometricProgression](Maths/SumOfGeometricProgression.js)
|
| 203 | +*[TwinPrime](Maths/TwinPrime.js) |
200 | 204 | *[Volume](Maths/Volume.js)
|
201 | 205 | *[WhileLoopFactorial](Maths/WhileLoopFactorial.js)
|
202 | 206 | *[ZellersCongruenceAlgorithm](Maths/ZellersCongruenceAlgorithm.js)
|
|