Skip to content

The Bitmask Technique

Lecture date: Monday, November 18, 2019

Synopsis

If the problem space is small enough, you can use bitmasks to parallelize your code and greatly speed up your solution.

  • Competitive Programming 3, section 8.2

Problem

Videos