How I can use a bit array or a boolean array to implement a structure of set? I don't know how I can include the bit array, I was thinking that this array has to to remember which elements appear in the set.
-
Could you please, specify the programming language ?TruthSeeker– TruthSeeker2022-03-30 13:21:23 +00:00Commented Mar 30, 2022 at 13:21
-
Does this answer your question? C/C++ Bit Array or Bit VectorTruthSeeker– TruthSeeker2022-03-30 13:22:53 +00:00Commented Mar 30, 2022 at 13:22
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.Community– Community Bot2022-03-30 13:23:39 +00:00Commented Mar 30, 2022 at 13:23
Add a comment
|