八皇后问题的算法实现

时间:2014-05-26 10:27:27
【文件属性】:

文件名称:八皇后问题的算法实现

文件大小:24KB

文件格式:ZIP

更新时间:2014-05-26 10:27:27

八皇后

八皇后问题,C#实现 ,VS2008打开


【文件预览】:
EightQueen
----EightQueen.sln(920B)
----EightQueen.suo(13KB)
----EightQueen()
--------EightQueen.csproj(2KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(2KB)

网友评论

  • 用的递归算法,很简洁,非常有用