Class NQueensLab

java.lang.Object
  |
  +--NQueensLab

public class NQueensLab
extends java.lang.Object

Environment-Based Applications:
The NQueensLab class implements the N Queens problem.


Constructor Summary
NQueensLab()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the N Queens program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NQueensLab

public NQueensLab()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the N Queens program. The String arguments (args) are not used in this application.