How the experiment performed :
- Select the number of Queens.
- Please enter between 4 to 10 number.
- The chessboard is adjusted automatically.
- How many total solutions found are display in the left side.
- On changing the number of solution found , different solutions are displayed on the chessboard.
Algorithm :
The method will work on the Simulator is explained below in an algorithmic steps –
- Return Success, If current position is goal.
- Else,
- If Current position is end box to reach goal, return failed.
- Else, in case current position is not end box, Do continue above step.