Computer Lab #7

 

This lab illustrates the following concept

Sun libraries documentation

  

2's complement arithmetic

Recursive backtracking

First example: place n queens on an n x n chessboard such that no queen can attack any other queen. Second example: a Soduku solver

 

A few sorting algorithms