18 Commits

Author SHA1 Message Date
78f023fdd1 algorithm: Log2 using bitwise operations (#1132) 2022-10-09 17:36:23 +05:30
8461271fc8 added check for Integer (#1137) 2022-10-07 17:16:28 +05:30
80cea0884b merge: Add testcases of BinaryCountSetBits function (#922) 2022-03-15 14:39:18 +05:30
d38ebe5199 chore: Merge pull request #768 from lvlte/issues/720
Changes for consolidation
2021-10-21 19:32:55 +05:30
d6364548aa Check if number is already power of two 2021-10-11 20:24:38 +03:00
372348f64c add algorithm that calculates next power of two 2021-10-11 20:13:36 +03:00
df4a783b06 Complying with JavaScript Standard Style (npx standard --fix). 2021-10-11 15:49:24 +02:00
5c4be7604d Remove live code & console.log (Backtracking, Bit-manipulation, Ciphers). 2021-10-09 17:47:03 +02:00
8812f63ba2 Small fixes + comply with JS standard styles. 2021-10-09 12:23:49 +02:00
7ce688b9db Updated the code and did the required changes 2021-10-08 21:20:21 +05:30
e978f4365d Add code and tests for checking power of 2 2021-10-08 15:41:45 +05:30
1589263947 fixed some spellings 2021-10-05 12:49:23 +05:30
504dbb0c30 Statement changes Added 2021-07-05 16:25:23 +05:30
58fca82ec3 Changed Test statement 2021-07-05 11:09:46 +05:30
51a9126053 Added SetBit.js, SetBit.test.js in Bit-Manipulation directory 2021-07-04 21:47:53 +05:30
89f5def29a updated file by JS standard 2020-10-01 13:29:41 +05:30
ca1f5385da renamed file 2020-10-01 13:14:58 +05:30
cc21081531 added bit_manipulation folder & binary_count_setbits.js file 2020-10-01 13:12:20 +05:30