a. given a perfect bst with n = 255, what is the worst case (largest) number of comparisons?
b. given a non-perfect bst with height = 6, what is the worst case (largest) number of comparisons?

Answers

Answer 1

a. For a perfect binary search tree with n nodes, the height of the tree is log2(n+1) - 1. In this case, n = 255, so the height of the tree is log2(256) - 1 = 7 - 1 = 6. The worst case scenario for a search in a binary search tree occurs when we need to traverse from the root of the tree to the deepest leaf node.'

In a perfect binary search tree, all leaf nodes are at the same level, so the worst case scenario is when we need to traverse all 6 levels of the tree. Therefore, the worst case (largest) number of comparisons for a perfect binary search tree with n = 255 is 6.

b. For a binary search tree with height h, the worst case (largest) number of comparisons occurs when we need to traverse from the root of the tree to the deepest leaf node. In a non-perfect binary search tree, the worst case scenario occurs when the tree is skewed. That is, all nodes are on one side of the tree.

In this case, the height of the tree is equal to the number of nodes in the tree. Therefore, if a non-perfect binary search tree has a height of 6, the worst case (largest) number of comparisons occurs when the tree is skewed and has 2^6 - 1 = 63 nodes. The worst case number of comparisons is then 63.

Learn more about perfect here:

https://brainly.com/question/13521012

#SPJ11


Related Questions

What are Layers in computer class 7. no scams please​

Answers

Answer:

It means and organisation programming into separate functional components that interact in some sequential and hierarchical way, with each layer usually having an interface only to the layer above it and the layer below it.

Manipulating Images: Which aspect helps you to change the luminescence of your image?

Answers

Answer:

the aspect that help you change the luminescence of your image is iframe

which of the following can be represented by a sequence of bits. 1. An integer 2. An alphanumeric character 3. A machine language instruction

Answers

Answer:

all of them

Explanation:

In a computer program, this is how numbers, text and program instructions are stored.

5. What is the significance of the EXIT DO and EXIT FOR statements?​

Answers

Answer:

Exit Do transfers control to the statement following the Loop statement. When used within nested Do...Loop statements, EXIT DO transfers control to the loop that is one nested level above the loop where it occurs.

When used within nested For loops, EXIT FOR transfers control to the loop that is one nested level above the loop where it occurs.

Explanation:

I HOPE it can help....

How do you interpret and analyze photographs? What method comes most
naturally to you when interpreting and analyzing photographic works? Identify and
discuss the methods and strategies that you use to interpret and analyze
photographs.

Answers

Answer:

You interpret and analyze photographs by observing detail.

Explanation:

Which of the following is an event handler?

scanning a credit card when you shop

displaying a message

clicking a mouse button

moving a mouse

Answers

That which accurately describes an event handler is this:

B. Displaying a message

What is an event handler?

An event handler refers to a system that can be used to verify the input by a user. An event handler can also be used to see the browsing actions and other histories executed by a user.

Displaying a message fits in as an example of an event handler because it is through this means that one can see the input and user actions that were done some time ago. An event handler is a very vital necessity in programming activities. So, option B fits the meaning of an event handler.

Learn more about an event handler here:

https://brainly.com/question/20169706

#SPJ1

Answer:

Displaying a message

Explanation:

REALLY EASY NEED HELP!! REWARD BRAINLIEST

Answers

Answer:

c

Explanation:

Answer: It is the first one

Explanation:

a presentation is widely used to present ______ and ______ effectively​

Answers

Answer:

a presentation is widely used to present beautiful and more effectively

Explanation:

hope it will help you :)

A virus which deceive the user by acting as a legitimate file.

Answers

Answer:

A Trojan virus

Explanation:

It acts like a bona fide application or file to trick you. It seeks to deceive you into loading and executing the malware on your device

Page No
Date T 1 1
Ist
ament Write a program in java to find the area and
perimeter of right angled triangle by using function argument.




Answers

Answer:

ila bgfffsg hqhffa hhfw ygga gha yqvvty1uh' fttyavt h5tfauv gtta76rq

Which Creative Commons license type allows others to use and build upon work non-commercially, provided that they credit original author and maintain the same licensing?

Answers

Answer:

Creative Commons license type allows others to use and build upon work non-commercially, provided that they credit original author and maintain the same licensing is described below in detail.

Explanation:

Attribution-Non financially-ShareAlike

This permission lets others adapt, remix, and develop upon your work non-financially, as long as they charge you and license their new inventions under identical times. There are six separate license classes, scheduled from most to least licensed. the material in any mechanism or arrangement, so long as attribution is given to the originator.

Alice just wrote a new app using Python. She tested her code and noticed some of her lines of code are out of order. Which principal of programing should Alice review?

Hand coding
Line coding
Planning & Analysis
Sequencing

Answers

Answer:

Sequencing

Explanation:

I have taken the test

What is the difference, if any, between a social media strategist and a social media specialist?

A. They are very similar occupations, except that social media specialists tend to have more training.

B. A social media strategist determines how an organization will maintain a social media presence, and the specialist creates the content.

C. There is no difference—these are the same job with slightly different titles.

D. A social media specialist determines how an organization will maintain a social media presence, and the strategist creates the content.

Thank you!

Answers

The answer is D you welcome :D

A social media strategist is an expert who is involved in determining the presence of an organization over the social media; whereas, a specialist is involved in creating the content for social media.

What is social media?

The use of computer networks and internet for the purpose of sharing and expressing one's views with the connections over such platform is known as a social media.

A social media strategist, for an organization, will be involved in maintenance of the social media activeness of the organization; whereas, the content for such presence is in the hands of a specialist.

Hence, option B holds true regarding the roles of handling social media of an organization.

Learn more about social media here:

https://brainly.com/question/18958181

#SPJ2

function of printer and speaker​

Answers

Nepal .... Free Fire

What is the difference between the casual and consultative conversation? Why is it important for a person to know the difference between the two?​

Answers

Answer:

The answer is below

Explanation:

Casual conversation is a form of conversation that occurs between friends and families. There are no specific rules or manner in which the participants speak to each other. It is otherwise known as Informal Conversation.

Consultative conversation on the other hand is a form of conversation that occurs between people who have a close relationship but not actual friends or families.

For example, people involved in this type of conversation are the likes of Doctors and Patients, Counsellors and Students, etc. It is often considered a Semi-formal conversation.

The reason a person needs to know the difference between the two styles of conversation is for individuals to know how to present and conduct themselves appropriately during the conversation.

List out two ways to execute the script.​

Answers

Answer:

1) Execute Shell Script Using File Name. Use the shell script file name to execute it either by using it's relative path or absolute path as shown below

2) Execute Shell Script Using Source Command.

Choose the correct qurey to remove a record with names "John" in the persons table
(a) Delete from persons where name="John";(b) Delete from table1 where name="John";(c) Delet from persons where name="John";(d) Delet from persons where name="Alex";

Answers

Answer:

a

Explanation:

The correct syntax would be:

DELETE FROM persons WHERE name='John'

i.e., use single quotes. Uppercase keywords is not required but preferred by many.

Write a program to allow user to perform any of these list operation given in a menu. The menu is: a) Append an element b) Insert an element c) Modify an existing element d) Delete an existing element with a given value e) Sort the list in descending order f) Display the list.

Answers

Answer:

c

Explanation:

Which area of government regulations do the Fair Credit and Reporting Act
(FCRA) and the Gramm-Leach-Bliley Act (GLB) relate to?
A. Advertising
B. Health and safety
C. Privacy and security
D. Employment and labor

Answers

Answer:   C. Privacy and security

Explanation:  100% correct

47. Which of these examples demonstrates good netiquette?
Typing a comment on a video detailing how boring and poorly made it is.

A-Sending an email without a salutation or a signature.

B-Posting a blog article about how stuck-up your peers are.

C-Being straightforward and truthful in all electronic communications.

Answers

Answer:

typing it, on a video detailing how boring and poorly made it is

Explanation:

this is an example of good netiquette because they are criticizing the video game and what good netiquette is is making a comment relevant to the original message. the original message being the video game

'Using more formatting options improves a document.' Do you agree with this statement? Why or why not

Answers

Answer:

Yes, I agree with the given statement: 'Using more formatting options improves a document.'

Explanation:

Formatting improves the readability of documents for end users.

Formatting features like aligning text vertically and horizontally, changing margin and line spacing change the layout of page in the document that makes a document look more presentable.

So, yes, I agree with the given statement: 'Using more formatting options improves a document.'

Please help

Measure the thickness of a razor blade using a vernier caliper and screw gauge. What is the lowest count of these instruments? Which measuring
Instrument is more accurate? You can take multiple blades and stack them together, then measure thickness, and find out the average thickness.

Answers

Answer:

Is this question related to computers and technology?

Question #5
Multiple Choice
What is used within an HTML tag for additional information?
O attribute
O anchor
O hyperlink
metadata

Answers

Answer: Attribute

Explanation: Attribute is used in HTML tags for additional information. Correct on Edg 2021.

Answer: attribute

Edge '23

Determine if true or false Goal Seek immediately attempts to apply the function to the adjacent cells.

Answers

Answer:

The answer is "False".

Explanation:

This function the part of Excel, that allows a way to resolve the desirable result by manipulating an underlying expectation. This function is also called What-if-Analysis, which is used to test, and an error approach to address the problem by linking guesses before the answer comes.  On the Data tab, throughout the Data Tool category, and select Target Check it provides a    reference that includes a formula to also be solved throughout the Set cell box.

who developed vacuum tube and when?​

Answers

Answer:

In 1904, John Ambrose Fleming invented the first vacuum tube.

Explanation:

Jon Ambrose Flemming invented the vacuum tube in 1904

Write the Python programs for the
following:
To input a number and check if it is
even or odd number​

Answers

Answer:

num = int(input("Enter a number: "))

if (num % 2) == 0:

print("{0} is Even number". format(num))

else:

print("{0} is Odd number". format(num))

[4]
) Describe what is involved in the clearing of bank cheques which the bank has collected in the
course of the day.


Plz any answer need it quickly help me if you know

Answers

Answer:

The clearing process begins with the deposit of a cheque in a bank. ... The cheque is passed for payment if the funds are available and the banker is satisfied about the genuineness of the instrument. The cheques that are unpaid are returned to the presenting bank through another clearing called the Return Clearing.

hopes this helps you?????????

Explanation:

PLS HELP ASAP Which is NOT a component of a packet?
trailer (footer)
protocol
body (payload)
header

Answers

Protocol. Hope this helps!

Need help ASAP

Thankss + BRAINLIST only for correct answers

Answers

Answer:

The purpose to the user is to buy items online.

The purpose to the creator is to have a worldwide service chain to deliver packages.

Vising this website gives access to the items consumers need and allows them to get them shipped right to their door.

It was made so the creator can lots of money along with making a lot of jobs to slow the unemployment rate.

Explanation:

I pulled a lot of this from my head and reading about schollarships Amazon has for students. Amazon is a shopping website. Therefore the user can buy things and it gives the creator money along with making jobs for others.

In your own words, describe innovation.

Answers

Answer:

Something that revolutionizes a product

Explanation:

Innovation typically means completely change something that makes everyone wow. A example of this would be a car, the innovational car would have fridge in the back seat. (No current cars have this)

Hope this helps and make sure to thank me!

Other Questions
Read the following description of a relationship:Every New Year's Day, Cody brings 15 candies for each of his grandchildren and12 more candies for the adults to share.Let g represent the number of Cody's grandchildren and c represent the totalnumber of candies he brings.Find the value of c when g = 7.C= ? Write what you already know about college majors. What are they? Can you think of any examples? When do you have to pick one? Can you change your major? What is the 8th term of the sequence 12, 17, 22, 27, 32,? A. 47 B. 42 C. 52 D. None of these choices are correct. Enzymes can be regulated in a multitude of ways. One such way is by covalent modification, in which functional groups are attached to or removed from the enzyme. One such functional group that can be added to an enzyme is a phosphate group. Depending on the enzyme, addition of a phosphate group may increase or decrease that enzyme's activity. Which of the following is the general name of an enzyme that functions to add phosphate groups to its substrate?a. Oxidoreductases b. Ligases c. Hydrolases d. Isomerases e. Transferases Expand (5x 3y + 2) using identity. Which of the following is not true about both scientific laws and scientific theories? Please please PLEASE Help me!7th grade math, I will give brainliest to the correct answer! Ummm HELPSSSThanks and Im very welcomed:) What's the circumference of acircle with a diameter of 9 inches?Use 3.14 for pi. 20 PTSS !!!PLEASE HELPP !! Indigo measures a 2-ounce sample for an experiment. How many grams are in 2 ounces? (1 oz = 28.35 g)0.07 g0.90 g4.40 g56.70 g AYUDA PORFAVOR PARA UN EXAMEN!!!Tu madre est buscando un/a ayudante bilinge para su empresa de diseo grfico. Aydale a redactar el anuncio que necesita para dar con la persona ms apropiada. Presta atencin a la ortografa, la puntuacin y el uso de las maysculas. (15 points) A 40% discount is the same as paying 12.5(7) + 11.9(8)=? Josie is photographing a glass object. How can she get rid of the wrinkly duffle reflection of the soft box she is using?A. Place the soft box behind a larger source of light.B. Place a smooth, borderless diffuser in front of it.C. Place the soft box in front of a larger source of light.D. Cut off the wrinkly duffle.E. Replace the soft box with a direct light source. Can anybody help me please? its a major and im very confused. How is caring for a service dog long term commitment What is 7+y(3+y) when y=5 A city's roads and a living body's circulatory system are both examples of whatkind of system?Sustaining systemDistribution systemRegulative systemDarwinist system calculate the area of trapezium