Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. (6 pts - 1 ptumber) Given the following sequence of numbers: 100, 75, 70, -50, 7, -25. If the numbers are inserted into a
2. (6 pts - 1 ptumber) Given the following sequence of numbers: 100, 75, 70, -50, 7, -25. If the numbers are inserted into a BST in the sequence provided, then what would the tree look like? Draw a diagram for the BST. Be sure to show both branches of a given node. 3. (6 pts) Fill-in-the-blank Using the BST constructed in question (2), answer the following questions: (1 pt) How many node comparisons are required to find the number 25? i. ii. (1 pt) How many children does the node containing the number 100 have? iii. (1 pt) What is the height of the tree? iv. (1 pt) What is the depth of the node with value 7? v. (1 pt) How many leaf nodes exist in the tree? vi. (1 pt) At what level is the root node
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started