摘要: The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other. Given an integer n, return th 阅读全文
posted @ 2015-03-31 13:54 Grandyang 阅读(10076) 评论(2) 推荐(0) 编辑
Fork me on GitHub