We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449e6fc commit 5914879Copy full SHA for 5914879
README.md
@@ -59,6 +59,7 @@ a set of rules that precisely define a sequence of operations.
59
* `B` [Bit Manipulation](src/algorithms/math/bits) - set/get/update/clear bits, multiplication/division by two, make negative etc.
60
* `B` [Factorial](src/algorithms/math/factorial)
61
* `B` [nth Root](src/algorithms/math/nth-root)
62
+ * `B` [Extended Euclidean Algorithm](src/algorithms/math/extended-euclidean-algorithm)
63
* `B` [Fibonacci Number](src/algorithms/math/fibonacci)
64
* `B` [Primality Test](src/algorithms/math/primality-test) (trial division method)
65
* `B` [Euclidean Algorithm](src/algorithms/math/euclidean-algorithm) - calculate the Greatest Common Divisor (GCD)
0 commit comments