Bit String
Abhishek

Abhishek @abhishekalbert

About: Always thirsty to learn something new. If you know about me then some treat me as a mentor, some treat me as a career guider, others treat me as his/her colleagues and I treat myself as student & Dev.

Location:
India
Joined:
Sep 3, 2018

Bit String

Publish Date: Dec 14 '18
9 0

Hello there!!!! Hope you all doing great.

Today i'm going to write article on bit string i.e. bit representation of sets. Hope you will like it. So why we are waiting lets get started.

If we go through a example then we have to easy to understand bit string. So let's take a set X={0,1,2,3} so now if we have a set like set S={0,1} then here we can see both 0 and 1 is present on set X so bit string will be 11.Let's take another one if the element is not present in set e.g. set Z={1,4} so bit string will be 10.

Now come to main point.

From above example we can conclude that if a element is found inside the set then bit string will 1 otherwise 0. That's all about .

Hope you like it . See you in next article .

Good luck and happy coding.

Comments 0 total

    Add comment