Answer the following questions true (T) or false (F)

1. A binary search tree implementation of the ADT table is easier to understand than a linear implementation.

2. The mergesort is more efficient than the heapsort in the worst case.


1. False.
2. False.


Short Answer Questions:

Computer Science & Information Technology

You might also like to view...

The Internet and the World Wide Web are the same thing

Indicate whether the statement is true or false

Computer Science & Information Technology

The function call ____ passes a copy of the complete emp structure to calcNet().

A. calcNet(struct emp); B. calcNet(*emp); C. calcNet(&emp); D. calcNet(emp);

Computer Science & Information Technology

The American National Standards Institute

a. is the coordinating organization for the United States' national system of standards b. is a professional society in the U.S. whose standards committees focus on local area network standards c. sets the standards that govern how much of the Internet will operate d. is an agency that develops federal information processing standards for the federal government e. makes technical recommendations about global telephone rates

Computer Science & Information Technology

A __________ is a computer that connects to, or requests services from, another computer

a.client b.node c.server d.workgroup

Computer Science & Information Technology