Talk:N-queens problem: Difference between revisions

→‎Tcl: All Solutions: added a comment.
m (moved the 1st query into the mainline body of the talk section so that the table of contents now appears at the top of all text.)
(→‎Tcl: All Solutions: added a comment.)
Line 3:
 
: I've put up code to find all solutions; finding just one is a trivial adaptation of that (stop iterating after the first solution is found...) —[[User:Dkf|Donal Fellows]] 20:37, 12 September 2009 (UTC)
 
:: I read the task's requirements differently. &nbsp; It said to &nbsp; <big> ''Solve the eight queens puzzle'', </big> &nbsp; and once solved, stopped looking for more solutions. &nbsp; I didn't see any point in providing multiple answers. &nbsp; Of the &nbsp; '''92''' &nbsp; solutions on an &nbsp; '''8x8''' &nbsp; board, &nbsp; '''12''' &nbsp; are fundamental solutions --- and just sifting (choosing which ones to display) those out (I thought) isn't part of the task's requirement. &nbsp; ··· And if the answers are an ASCII art depiction of the chessboard, the amount of output would be greatly compounded. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 21:57, 6 May 2016 (UTC)
 
== Python permission ==