Skip to content

Commit ec6c427

Browse files
committedSep 15, 2018
Add fibonacci Binet's formula.
1 parent 51d67e7 commit ec6c427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)
Please sign in to comment.