摘要: 循环方式:package EightQueens;public class EightQueensNotRecursive {private static final boolean AVAILABLE = true;private int squares = 8, norm = squares -... 阅读全文
posted @ 2015-12-27 19:07 旧巷里的旧少年 阅读(740) 评论(0) 推荐(0)