|
e5d33f3565
|
Add SingleBitOperations (#4415)
* SingleBitOperators
* Tests
* Update SingleBitOperatorTest.java
* Update SingleBitOperators.java
* Update SingleBitOperators.java
* Update SingleBitOperators.java
* Update SingleBitOperatorTest.java
* deliting files
* Update SingleBitOperators.java
* Update SingleBitOperatorTest.java
* Update SingleBitOperators.java
* Update SingleBitOperators.java
* Update SingleBitOperatorTest.java
* Update SingleBitOperatorTest.java
* Update and rename SingleBitOperators.java to SingleBitOperator.java
* Update SingleBitOperatorTest.java
* Update SingleBitOperator.java
* Update SingleBitOperator.java
* Update SingleBitOperator.java
* style: declare private default constructor
* fix: remove `SetBitTest.java`
* Update and rename SingleBitOperator.java to SingleBitOperations.java
* Update SingleBitOperatorTest.java
* Update SingleBitOperations.java
* Update and rename SingleBitOperatorTest.java to SingleBitOperationsTest.java
---------
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
|
2023-09-30 10:06:45 +02:00 |
|
|
fbef4023d5
|
Add Clear Bit (#4355)
|
2023-09-07 21:16:02 +03:00 |
|
|
29a864b5b3
|
Add SetBit to bitmanipulation (#4348)
|
2023-09-06 14:46:45 +00:00 |
|
|
fc693e8b51
|
Add Highest Set Bit algorithm (#4330)
|
2023-09-05 20:19:23 +00:00 |
|
|
f010a47608
|
chore: enforce InsertNewlineAtEOF in clang-format (#4343)
* style: insert newline at eof
* style: use `InsertNewlineAtEOF` in `clang-format`
* fix: use `clang-format-16`
* chore: update clang-format-lint-action to v0.16.2
---------
Co-authored-by: Debasish Biswas <debasishbsws.dev@gmail.com>
|
2023-09-01 04:10:46 +00:00 |
|
|
b4f786369b
|
Add find non repeating number algorithm (#4328)
|
2023-08-24 20:36:12 +03:00 |
|
|
52f365a915
|
Add Index Of Right Most Set Bit Test (#4325)
* add Index Of Right Most Set Bit Test
* clang linter solved
|
2023-08-23 11:14:53 +05:30 |
|
|
b61faf4ede
|
Is power two algo added. (#4321)
* is power two algo added
* Linter solved
* Update src/main/java/com/thealgorithms/bitmanipulation/IsPowerTwo.java
* Update src/test/java/com/thealgorithms/bitmanipulation/IsPowerTwoTest.java
---------
Co-authored-by: BamaCharanChhandogi <b.c.chhandogi@gmailcom>
Co-authored-by: Debasish Biswas <debasishbsws.dev@gmail.com>
|
2023-08-18 12:53:09 +00:00 |
|
|
2c16c86054
|
Add Numbers Have Different Signs (#4317)
Co-authored-by: BamaCharanChhandogi <b.c.chhandogi@gmailcom>
|
2023-08-15 19:36:00 +03:00 |
|
|
1ef700e850
|
Add IsEven Algorithm (#4301)
Co-authored-by: BamaCharanChhandogi <b.c.chhandogi@gmailcom>
|
2023-08-12 23:06:39 +03:00 |
|
|
251157059c
|
Add Reverse Bits Algo in Bit-Manipulation (#4299)
Co-authored-by: BamaCharanChhandogi <b.c.chhandogi@gmailcom>
|
2023-08-12 15:55:10 +00:00 |
|