Skip to content

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 188 Bytes

52.md

File metadata and controls

executable file
·
6 lines (4 loc) · 188 Bytes

52. N-Queens II

It seems like a DP problem. The n = 4 is the solution of the n = 3 let me think of it.

It must have some law in this problem.

Let me submit 51 again first. Accept...