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.
61
61
* ** Math**
62
62
* ` B ` [ Bit Manipulation] ( src/algorithms/math/bits ) - set/get/update/clear bits, multiplication/division by two, make negative etc.
63
63
* ` 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
65
65
* ` B ` [ Primality Test] ( src/algorithms/math/primality-test ) (trial division method)
66
66
* ` B ` [ Euclidean Algorithm] ( src/algorithms/math/euclidean-algorithm ) - calculate the Greatest Common Divisor (GCD)
67
67
* ` B ` [ Least Common Multiple] ( src/algorithms/math/least-common-multiple ) (LCM)
You can’t perform that action at this time.
0 commit comments