Talk:N-queens minimum and knights and bishops: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "As the current task description has noted, we've already done this for queens. Shouldn't knights and bishops be separate tasks? Or is there something interesting about combi...")
 
No edit summary
Line 4: Line 4:


Or is there something interesting about combining the three tasks? --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 15:41, 20 April 2022 (UTC)
Or is there something interesting about combining the three tasks? --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 15:41, 20 April 2022 (UTC)

The task description asks for Queens and Bishops. The F# example shows Queens and Knights.

Revision as of 15:47, 20 April 2022

As the current task description has noted, we've already done this for queens.

Shouldn't knights and bishops be separate tasks?

Or is there something interesting about combining the three tasks? --Rdm (talk) 15:41, 20 April 2022 (UTC)

The task description asks for Queens and Bishops. The F# example shows Queens and Knights.