> For the complete documentation index, see [llms.txt](https://liuzhenglaichn.gitbook.io/algorithm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liuzhenglaichn.gitbook.io/algorithm/dynamic-programming/bitmask-dp.md).

# Bitmask Dp

## Problems

* [1125. Smallest Sufficient Team (Hard)](https://leetcode.com/problems/smallest-sufficient-team/)
* [1494. Parallel Courses II (Hard)](https://leetcode.com/problems/parallel-courses-ii/)
* [1879. Minimum XOR Sum of Two Arrays (Hard)](https://leetcode.com/problems/minimum-xor-sum-of-two-arrays/)
* [943. Find the Shortest Superstring (Hard)](https://leetcode.com/problems/find-the-shortest-superstring/)
