This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/6_Plat/DP_Bitmasks.md
2020-06-22 10:26:06 -04:00

1.1 KiB

id title author prerequisites
dp-bitmasks Dynamic Programming on Bitmasks Michael Cao
Bit Operations
Gold - Introduction to Dynamic Programming

Has not been the solution to any platinum problem, but appeared in old gold and can be used for subtasks.

Tutorial

Problems