Bit Array

Home > Computer Science > Algorithms and data structures > Arrays > Bit Array

An array where each element is represented as a bit, typically used for storing a set of flags or for counting occurrences of certain events.