An open API service indexing awesome lists of open source software.

https://github.com/yhtiyar/bitset-c

Bitset structure written in C
https://github.com/yhtiyar/bitset-c

bit-manipulation bit-mask bitset c

Last synced: about 2 months ago
JSON representation

Bitset structure written in C

Awesome Lists containing this project

README

        

# bitset-c
Bitset structure written in C

Bitset is the representation of set in bits, 0 means not included, 1 means included.

Elements count should begin with 0. Indexing in binary begins with 0, from right side.

Example : If there is 5 elements and X = {0, 2, 3} we can represent X as 01101.