Problem Solving Using Search ---------------------------- This is an applet (SearchApplet.html) which illustrates the behaviour of four search algorithms. To see the applet in action you have to compile the applet java file using: javac SearchApplet.java and produce four class files, resulting with: SearchApplet.class SearchApplet.html SearchApplet$SymAction.class SearchNode.java SearchGraph.java SearchApplet.java SearchGraph.class SearchNode.class Then either access SearchApplet.html from a web browser or through the appletviewer using: appletviewer SearchApplet.html Note: This code was tested using JDK1.1.8 which can be downloaded and installed from the site: http://staff.um.edu.mt/mmon1/lectures/java ----------------------------------------- MM2000