master
Refactor BCD Conversion docs and add more tests (#5762)
Add `BinaryPalindromeCheck` algorithm (#5708)
Bit swap (#4770)
Add algo for BooleanGateslogic (#5717)
feat: Add ClearLeftmostSetBit new algorithm with Junit tests (#5702)
feat: Add `countLeadingZeros` new algorithm with Junit tests (#5703)
Add countsetbits problem with lookup table approach (#5573)
feat : new bit manipulation algo `FindNthBit` of a number (#5731)
Add `FirstDifferentBit` algorithm (#5866)
General performance improvement (#6078)
Add `GrayCodeConversion` algorithm (#5705)
Add `HammingDistance` algorithm (#5706)
Add `HigherLowerPowerOfTwo` algorithm (#5707)
style: enable `AvoidStarImport` in checkstyle (#5141)
style: include `NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION` (#5149)
Enhance docs, add more tests in `ArrayCombination` (#5842)
Add LowestSetBit (#5567)
Add `ModuloPowerOfTwo` algorithm (#5863)
Add `NextHigherSameBitCount` algorithm (#5865)
Enhance docs, add more tests in `NonRepeatingNumberFinder` (#5843)
Enhance docs, add more tests in `NumberAppearingOddTimes` (#5857)
Enhance docs, add more tests in `NumbersDifferentSigns` (#5858)
Add `OneBitDifference` algorithm (#5864)
Add Ones & Twos Complement in BitManipulation (#5604)
Add `ParityCheck` algorithm (#5704)
Enhance docs, add more tests in `ReverseBits` (#5859)
Enhance docs, add more tests in `SingleBitOperations` (#5860)
feat : new bit manipulation algo `Single element in an array` (#5689)
Enhance docs, add more tests in `SwapAdjacentBits` (#5861)
Enhance docs, add more tests in `TwosComplement` (#5862)
Add Xs3Conversion algorithm (#5743)