problem-tutorials
problem-tutorials copied to clipboard
Added Tutorial for LOJ-1092 Lighted Panels (en)
Closes #457. Problem link: https://lightoj.com/problem/lighted-panels.
Changes introduced in this PR
- This PR adds an English tutorial for problem 1092.
- This PR added author's C++ source code
- This PR adds the author's approach of solving the problem using bitmask dynamic programming.