Brendan Ang

Search

Search IconIcon to open search

Bitmap

Last updated Nov 8, 2022 Edit Source

# Bitmap

A bitmap is a mapping from some domain (for example, a range of integers) to bits. It is stored in a bit array.

# Bit Array

An array that compactly stores bits.