2016年4月3日
摘要: The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all 阅读全文
posted @ 2016-04-03 13:02 Beserious 阅读(172) 评论(0) 推荐(0) 编辑