APCS/02 Recursion/06 NQueens
2020-12-04 22:07:20 -05:00
..
edu/kzoo removed .class files 2020-12-04 22:07:20 -05:00
edu_kzoo_grid Class Hierarchy.mht initial commit 2020-12-04 22:00:49 -05:00
GoldCrown.gif initial commit 2020-12-04 22:00:49 -05:00
grid.jar initial commit 2020-12-04 22:00:49 -05:00
LABS.CSS initial commit 2020-12-04 22:00:49 -05:00
NQueens_Lab.doc initial commit 2020-12-04 22:00:49 -05:00
NQueens.java initial commit 2020-12-04 22:00:49 -05:00
NQueensLab.java initial commit 2020-12-04 22:00:49 -05:00
NQueensLab.shtml initial commit 2020-12-04 22:00:49 -05:00
Queen.java initial commit 2020-12-04 22:00:49 -05:00
README.txt initial commit 2020-12-04 22:00:49 -05:00
SilverCrown.gif initial commit 2020-12-04 22:00:49 -05:00

This archive has been reorganized by Daniel Johnson (johnmon2@gmail.com).  The reorganization was done to enable the files to compile without worrying about making the given libraries work.

List of changes:
1. The Following files were moved out of the JavaSourceFiles folder into the NQueens folder: NQueensLab.java, NQueens.java, Queen.java.
2. The empty JavaSourceFiles folder was deleted.
3. The grid.jar file was extracted into the NQueens folder (appears as the edu folder).
4. This README file was created.