Bit manipulation

Home > Computer Science > Algorithms and data structures > Algorithm design > Bit manipulation

This is a technique that involves manipulating individual bits in binary representation of data. Bit manipulation is often used in cryptography, network programming, and other areas.