Eight queens problem
States: locations of 8 queens on chess board Operators: move queen x to row y and column z Goal: no queen can attack another Path Cost: 0 per move
Eight queens applet