This website requires JavaScript.
Explore
Help
Register
Sign In
algorithm
/
JavaScript
Watch
1
Star
0
Fork
0
You've already forked JavaScript
mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced
2025-07-19 18:13:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
JavaScript
/
Bit-Manipulation
/
test
History
Harsh Dev Pathak
f8ffacd481
feat: add Gray Code generation (
#1425
)
...
--------- Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
2023-10-08 15:24:59 +02:00
..
BinaryCountSetBits.test.js
added check for Integer (
#1137
)
2022-10-07 17:16:28 +05:30
GrayCodes.test.js
feat: add Gray Code generation (
#1425
)
2023-10-08 15:24:59 +02:00
IsPowerOfFour.test.js
added algo for checking the number is power of four or not (
#1360
)
2023-09-22 14:51:29 +05:30
IsPowerOfTwo.test.js
add algorithm that calculates next power of two
2021-10-11 20:13:36 +03:00
LogTwo.test.js
algorithm: Log2 using bitwise operations (
#1132
)
2022-10-09 17:36:23 +05:30
NextPowerOfTwo.test.js
Check if number is already power of two
2021-10-11 20:24:38 +03:00
SetBit.test.js
Statement changes Added
2021-07-05 16:25:23 +05:30
UniqueElementInAnArray.test.js
added an algo which finds unique element in an array (
#1359
)
2023-09-22 14:52:11 +05:30