Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions