IntermediateVocabulary#software-architecture#developer-tools#backend

Bit Manipulation Vocabulary

Learn the vocabulary of directly operating on an integer's individual binary bits with AND, OR, XOR, and shifts.

0 / 5 completed
1 / 5
At standup, a dev mentions solving a problem by directly operating on an integer's individual binary bits, using operations like AND, OR, XOR, and shifts, instead of working with the number as a whole. What is this technique called?