Skip to main content

Bit Shifting: Left & Right

Introduction to Bit Shifting

1 min read

A bit shift is a Bitwise operation where the order of a series of bits is moved, either to the left or right, to efficiently perform a mathematical operation.

Reading Progress