Skip to content

Yhtiyar/bitset-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages