mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-06 17:44:08 +08:00
Add bit manipulation section.
This commit is contained in:
@ -49,6 +49,7 @@ a set of rules that precisely define a sequence of operations.
|
||||
### Algorithms by Topic
|
||||
|
||||
* **Math**
|
||||
* `B` [Bit Manipulation](src/algorithms/math/bits) - set/get/update/clear bits
|
||||
* `B` [Factorial](src/algorithms/math/factorial)
|
||||
* `B` [Fibonacci Number](src/algorithms/math/fibonacci)
|
||||
* `B` [Primality Test](src/algorithms/math/primality-test) (trial division method)
|
||||
|
Reference in New Issue
Block a user