Exam 2: Analysis of Algorithms
Exam 1: Introduction36 Questions
Exam 2: Analysis of Algorithms31 Questions
Exam 3: Introduction to Collections - Stacks49 Questions
Exam 4: Linked Structures - Stacks51 Questions
Exam 5: Queues28 Questions
Exam 6: Lists42 Questions
Exam 7: Iterators32 Questions
Exam 8: Recursion57 Questions
Exam 9: Searching and Sorting54 Questions
Exam 10: Trees47 Questions
Exam 11: Binary Search Trees50 Questions
Exam 12: Heaps and Priority Queues29 Questions
Exam 13: Sets and Maps47 Questions
Exam 14: Multi-Way Search Trees47 Questions
Exam 15: Graphs29 Questions
Exam 16: UML16 Questions
Exam 17: Object-Oriented Design54 Questions
Select questions type
Which Growth function has the highest order?
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
C
A __ function shows time or space utilization relative to the problem size.
Free
(Short Answer)
4.7/5
(39)
Correct Answer:
growth
Algorithm ______ is a fundamental computer science topic.
Free
(Short Answer)
4.9/5
(37)
Correct Answer:
analysis
How do we use the growth function of an algorithm to determine its order?
(Essay)
4.8/5
(32)
Software must make efficient use of resources such as CPU time and memory.
(True/False)
4.8/5
(42)
The order of an algorithm is found by eliminating constants and all but the dominant term in the algorithm's growth function.
(True/False)
4.8/5
(40)
Software must make efficient use of resources such as _______ and _______ .
(Multiple Choice)
4.9/5
(34)
The order of an algorithm provides a lower bound to the algorithm's growth function.
(True/False)
4.8/5
(38)
The order of an algorithm refers to the ______ of the algorithm's growth function.
(Short Answer)
4.8/5
(49)
If the algorithm is ______, a faster processor will not help in the long run.
(Short Answer)
4.9/5
(36)
The analysis of nested loops must take into account both the ______.
(Short Answer)
4.8/5
(36)
What is the difference between the growth function of an algorithm and the order of that algorithm?
(Essay)
4.7/5
(37)
What is the order of the following growth function? t(n)= 5nlogn + 20n - 4
(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 31
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)