Starting with basicTree.java as your code base, rename the file to Traversal.java

computer science

Description

Assignment Instructions:

·         Starting with basicTree.java as your code base, rename the file to Traversal.java

·         Write a method(s) to copy a tree, using the appropriate traversal.

·         Write a method(s) to delete a tree, using the appropriate traversal.

·         Create test output using the appropriate traversal.

Sample output for one run:

Grading:

·         Submit Traversal.java and TraversalDriver.java to the moodle A2

·         40 points for documentation

·         40 points for fully functioning code

·         20 points for matching formatting of output.

·         Total = 100 points

 


Related Questions in computer science category