ECET 370 DEVRY Course Tutorial / ecet370dotcom

ECET 370 DEVRY Course Tutorial / ecet370dotcom

ECET 370 Entire Course (Devry)

For more course tutorials visit
www.ecet370.com

ECET 370 Week 1 Lab 1
ECET 370 Week 2 Lab 2
ECET 370 Week 3 Lab 3 Linked Lists
ECET 370 Week 4 Lab 4 Complexity of Computational Problems
ECET 370 Week 5 Lab 5 Search Algorithms and Techniques
ECET 370 Week 7 Lab 7 Binary Trees

...................................................................................................................................................................................

ECET 370 Week 7 Lab 7 Binary Trees (Devry)

For more course tutorials visit
www.ecet370.com

Full set of lab with working programs.
Exercise 1: Lecture review: Binary Search Tree Create a project using the classes BinarySearchTree, Node, and Main in the DocSharing area labeled “The BST." Compile the project, run it, and review the code that is given carefully. These programs test the code discussed in our lecture.
Exercise 2: An improved BST class Modify the class BinarySearchTree so that it contains the toString method, instead of the display method that was given originally.
Exercise 3: Using a BST in an application Use a binary search tree to implement a dictionary that contains the keywords in the Java language. Test it. Note that you can use the programs from the previous exercises. For a list of the keywords in Java, visit http://java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html.
Exercise 4: Recursion and Binary Trees Write a recursive algorithm that counts the nodes in a binary search tree.
Exercise 5: Using properties of BSTs Write an algorithm getMax to find the maximum value stored in a binary search tree.

.............................................................................................................................................................................

ECET 370 Week 1 Lab 1 (Devry)


For more course tutorials visit
www.ecet370.com

General Instructions
Exercises 1, 2, 4, and 5 use the programs...

Similar Essays