The two criteria most often used to measure the efficiency of an algorithm are
A) efficiency and style
B) space and time
C) style and time
D) execution and speed
B) space and time
You might also like to view...
The __________ in a binary tree is similar to the head pointer in a linked list.
a. root pointer b. leaf pointer c. null pointer d. binary pointer e. None of these
A spreadsheet can examine several alternative ____scenarios.
A. average B. what-if C. test case D. how-to
A(n) __________ analysis is a procedure that compares the current state of a network segment (the systems and services it offers) against a known previous state of that same network segment (the baseline of systems and services).
Fill in the blank(s) with the appropriate word(s).
Which of the following provides a way to enforce the wall of an ADT?
a. Implement the ADT as a C++ class b. Always use public fields c. Never use private records together methods d. Link records together