File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ a set of rules that precisely define a sequence of operations.
6161* ** Math**
6262 * ` B ` [ Bit Manipulation] ( src/algorithms/math/bits ) - set/get/update/clear bits, multiplication/division by two, make negative etc.
6363 * ` B ` [ Factorial] ( src/algorithms/math/factorial )
64- * ` B ` [ Fibonacci Number] ( src/algorithms/math/fibonacci ) - classic and closed-form versions.
64+ * ` B ` [ Fibonacci Number] ( src/algorithms/math/fibonacci ) - classic and closed-form versions
6565 * ` B ` [ Primality Test] ( src/algorithms/math/primality-test ) (trial division method)
6666 * ` B ` [ Euclidean Algorithm] ( src/algorithms/math/euclidean-algorithm ) - calculate the Greatest Common Divisor (GCD)
6767 * ` B ` [ Least Common Multiple] ( src/algorithms/math/least-common-multiple ) (LCM)
You can’t perform that action at this time.
0 commit comments