What’s a Boolean Array?

A boolean array contains only true or false values and is often implemented using bits. It was originally used to save memory, but as memory increased, bit arrays became less necessary. Boolean arrays are easy to read, but cannot be used with bitmasks. A boolean array in computer programming is a sequence of values ​​that […]

Skip to content