We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828876f commit 71057b1Copy full SHA for 71057b1
DIRECTORY.md
@@ -260,7 +260,6 @@
260
* [SquareRootLogarithmic](Maths/SquareRootLogarithmic.js)
261
* [SumOfDigits](Maths/SumOfDigits.js)
262
* [SumOfGeometricProgression](Maths/SumOfGeometricProgression.js)
263
- * [TwinPrime](Maths/TwinPrime.js)
264
* [TwoSum](Maths/TwoSum.js)
265
* [Volume](Maths/Volume.js)
266
* [WhileLoopFactorial](Maths/WhileLoopFactorial.js)
@@ -296,7 +295,6 @@
296
295
* **Recursive**
297
* [BinaryEquivalent](Recursive/BinaryEquivalent.js)
298
* [BinarySearch](Recursive/BinarySearch.js)
299
- * [EucledianGCD](Recursive/EucledianGCD.js)
300
* [Factorial](Recursive/Factorial.js)
301
* [FibonacciNumberRecursive](Recursive/FibonacciNumberRecursive.js)
302
* [FloodFill](Recursive/FloodFill.js)
0 commit comments