Subversion Repositories programming

Rev

Rev 100 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 100 Rev 108
Line 1... Line 1...
1
// Written by Ira Snyder
1
// Written by Ira Snyder
2
// Due Date: 11-15-2004
2
// Due Date: 11-15-2004
3
// Project #3
3
// Project #3
-
 
4
// License: Public Domain (added 07-11-2005)
-
 
5
 
4
import java.io.*;
6
import java.io.*;
5
 
7
 
6
class Driver {
8
class Driver {
7
    public static void main ( String [] args ) throws Exception {
9
    public static void main ( String [] args ) throws Exception {
8
        BinaryTree tree1 = createTreeOne();
10
        BinaryTree tree1 = createTreeOne();