The Clojure Program To solve N Queens Problem (Without back tracing)
摘要: Not like the previous solution here http://www.aygfsteel.com/chaocai/archive/2012/08/05/384844.htmlThe following solution not using the back tracing way is more concise and readable, but for the searching space becomes huger, the performance is much worser then the previous one. 閱讀全文
posted @ 2012-11-26 12:21 超越巔峰 閱讀(2844) | 評論 (0) 編輯