I found a post by optimusfrenk suggesting to encode a sets of numbers in a single memory word in order to get the intersection,he said: "For example, you could encode the set {0,2,3,6,7} in the memory word: ...00000011001101."; I can not find anything about this here and on the web.
How do I do that in c?
Thanks