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.