ECET370 Lab 6 – Guaranteed 100% score

Lab Price = $12
Please feel free to send us your queries at: [email protected]
Payment Methods

Add to Cart

View Cart


Problem Statement

 

ECET370 Lab 6
iLAB OVERVIEW
Scenario and Summary
The purpose of the lab exercises is to help the student acquire skills in developing programs that involve the use of binary trees. We will be concentrating primarily on binary search trees, or BSTs.
Deliverables
There are five exercises in this lab, although not all of them will be required for submission. Be sure to read the following instructions carefully.
Exercise 1: No submission is required.
Create a folder and name it Week 6 Lab. Inside this folder, create the subfolders Ex2, Ex3, Ex4, and Ex5. Place the solution to each of the four exercises required for submission in the corresponding subfolder. Compress the folder Week 6 Lab using a program like WinZip, and drop the resulting zipped folder into the Dropbox.
Note that Exercises 2, 3, 4, and 5 require software development. Place in the corresponding folders only .java files. Do not submit the .class files or other files or folders that are generated by the IDE.
Required Software
Eclipse
Access the software at https://lab.devry.edu .

iLAB STEPS
Exercise 1: Lecture Review—Binary Search Tree
Back to Top
Create a project using the classes BinarySearchTree, Node, and Main in the Doc Sharing 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
Back to Top
Modify the class BinarySearchTree so that it contains the toString method instead of the display method that was given originally. Remember that the toString method returns a string representation of the object properties. By implementing toString, a BinarySearchTree object can be displayed in a simple way using System.out.print or System.out.println. For example, if bst is a BinarySearchTree object, it can be printed using System.out.println(bst).
Exercise 3: Using a BST in an Application
Back to Top
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 site below.
http://java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html
In essence, the idea of this exercise is to modify the class BinarySearchTree to make it work for the string type. Once that is done, create a main class, define a BinarySearchTree object in it, and insert the Java keywords with successive calls to the method add. As we saw earlier in the course, a dictionary is a data structure where items are stored so they can be retrieved later when the need arises, and a binary search tree is a convenient data structure to use when implementing dictionaries because of its efficient operations.
Exercise 4: Recursion and Binary Trees
Back to Top
Add a recursive function nodeCount to the BinarySearchTree class that counts the nodes in the tree. Create a main class to test it.
Exercise 5: Using Properties of BSTs
Back to Top
Add a function getMax to the BinarySearchTree class that finds the maximum value stored in the tree. Create a main class to test it.

Screenshots

 

ECET370_Week6_Ex2

ECET370_Week6_Ex3

ECET370_Week6_Ex4

ECET370_Week6_Ex5

Instructions
* If you want to purchase multiple products then click on “Buy Now” button which will give you ADD TO CART option.Please note that the payment is done through PayPal.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Payment Details

 

Lab Price = $12
Please feel free to send us your queries at: [email protected]
Payment Methods

Add to Cart

View Cart

Privacy Policy
We take your privacy seriously and will take all measures to protect your personal information.
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
Refund Policy
Incase you face any issues with the tutorial, please free to contact us on [email protected]
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.


Leave a Reply