Bitmasks and subsets — Video tutorial

Revision en1, by vedhant, 2020-08-23 14:00:15

Hi Codeforces Community,

I have created a video where I will be covering over the basics of bitmasking and how to generate all subsets of a given set using bitmasking. In addition, I also cover a clever trick to iterate over all subsets of a given subset, also known as submask enumeration.

If you are not familiar with bitmasking and/or submask enumeration, I hope this video will help you understand them.

Happy coding!

Tags #bitmasks, subset, #video lecture

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English vedhant 2020-08-23 14:00:15 559 Initial revision (published)