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

1. A 2-3 is pretty much the same as a binary tree.
2. A 2-3 tree is never taller than a minimum-height binary tree.
3. The leaf of a 2-3 tree must contain exactly 2 data items.
4. Searching a 2-3 tree is efficient.
5. Searching a 2-3 tree is more efficient than searching a binary search tree.

1. False
2. True
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

All supporting files that are need for a Web page are stored together when a document is saved as in ________ format

A) MHTML B) HTML C) PDF D) DOCX

Computer Science & Information Technology

When the legend element is used, it should be place immediately after the opening

tag

Indicate whether the statement is true or false

Computer Science & Information Technology