Trees Homework 5

$24.99 $18.99

Project Goals The goal of this project is to: 1. Familiarize students with **trees** Program Binary Search Tree and Inorder, Preorder, Postorder Traversal Randomly generate 100 unique values in the range of [1-200] and insert them into a binary search tree (BST). Print height and inorder, preorder, and postoder output of the BST tree. Deliver…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Categorys:

Description

5/5 – (2 votes)

Project Goals

The goal of this project is to:

1. Familiarize students with **trees**

Program

Binary Search Tree and Inorder, Preorder, Postorder Traversal

Randomly generate 100 unique values in the range of [1-200] and insert them into a binary search tree (BST). Print height and inorder, preorder, and postoder output of the BST tree. Deliver source code and a test file that shows the result of printing height and inorder, preorder, and postorder traversal.

Submission details

To submit your project, you will have to use git on your VirtualBox installation:

1. After accepting the assignment invitation, copy the clone URL

2. Type

“`git clone clone URL“`

3. cd into your new assignment directory

4. After working on your files

5. When you’re ready, type the following commands:

“`

git add .

git commit -m “your commit message”

git push

“`

Academic Honesty

Academic dishonesty is against university as well as the system community standards. Academic dishonesty includes, but is not limited to, the following:

Plagiarism: defined as submitting the language, ideas, thoughts or work of another as one’s own; or assisting in the act of plagiarism by allowing one’s work to be used in this fashion.

Cheating: defined as (1) obtaining or providing unauthorized information during an examination through verbal, visual or unauthorized use of books, notes, text and other materials; (2) obtaining or providing information concerning all or part of an examination prior to that examination; (3) taking an examination for another student, or arranging for another person to take an exam in one’s place; (4) altering or changing test answers after submittal for grading, grades after grades have been awarded, or other academic records once these are official.

Cheating, plagiarism or otherwise obtaining grades under false pretenses constitute academic

dishonesty according to the code of this university. Academic dishonesty will not be tolerated and

penalties can include cancelling a student’s enrolment without a grade, giving an F for the course, or for the assignment. For more details, see the University of Nevada, Reno General Catalog.

Trees Homework 5
$24.99 $18.99