Thursday, December 27, 2012

Java Exercise #100: Eight Queens Problem (Recursion)

Eight Queens problem is to find a solution o place a queen in each row on a chess board such that no two queens attach each other

Exercise: Use recursion to write a program that finds a solution to Eight Queens problem.

Download Code: Eight Queens

No comments:

Post a Comment