What is the implementation of the ADT dictionary which has efficiency O(log n) for addition?

a. unsorted link-based
b. sorted array-based
c. binary search tree
d. sorted link-based

c. binary search tree

Computer Science & Information Technology

You might also like to view...

What type of HTML list will automatically place a number in front of the items?

a. numbered list b. ordered list c. unordered list d. description list

Computer Science & Information Technology

PowerPoint slides are divided into cells

Indicate whether the statement is true or false.

Computer Science & Information Technology