摘要: 语言:python 1 # state[0] = 1 to represent a queen 2 # state = (1,3,0,2) 3 # * Q * * 4 # * * * Q 5 # Q * * * 6 # * * Q * 7 def conflict(state, nextX): 8... 阅读全文
posted @ 2014-08-05 15:36 mess4u 阅读(196) 评论(0) 推荐(0)