Skip to content

Commit 5914879

Browse files
authoredSep 4, 2018
Update README.md
1 parent 449e6fc commit 5914879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ a set of rules that precisely define a sequence of operations.
5959
* `B` [Bit Manipulation](src/algorithms/math/bits) - set/get/update/clear bits, multiplication/division by two, make negative etc.
6060
* `B` [Factorial](src/algorithms/math/factorial)
6161
* `B` [nth Root](src/algorithms/math/nth-root)
62+
* `B` [Extended Euclidean Algorithm](src/algorithms/math/extended-euclidean-algorithm)
6263
* `B` [Fibonacci Number](src/algorithms/math/fibonacci)
6364
* `B` [Primality Test](src/algorithms/math/primality-test) (trial division method)
6465
* `B` [Euclidean Algorithm](src/algorithms/math/euclidean-algorithm) - calculate the Greatest Common Divisor (GCD)

0 commit comments

Comments
 (0)
Please sign in to comment.