Bitwise Algorithms

Author: thevinitguptaCreated Oct 5, 2022Updated Aug 3, 2024

Bitwise operations are really useful. But there is no folder for bitwise alogrithms.

I would like to start working on such algorithms like

  • Number of set bits
  • Reverse set bits
  • Number of set bits in an array
  • Check if number is Binary paldindrome

Source: mgechev/javascript-algorithms