There was an error while loading. Please reload this page.
1 parent 6379d1b commit 0705fa5Copy full SHA for 0705fa5
DIRECTORY.md
@@ -11,6 +11,7 @@
11
## Bit-Manipulation
12
* [BinaryCountSetBits](https://github.com/TheAlgorithms/Javascript/blob/master/Bit-Manipulation/BinaryCountSetBits.js)
13
* [IsPowerOfTwo](https://github.com/TheAlgorithms/Javascript/blob/master/Bit-Manipulation/IsPowerOfTwo.js)
14
+ * [NextPowerOfTwo](https://github.com/TheAlgorithms/Javascript/blob/master/Bit-Manipulation/NextPowerOfTwo.js)
15
* [SetBit](https://github.com/TheAlgorithms/Javascript/blob/master/Bit-Manipulation/SetBit.js)
16
17
## Cache
0 commit comments