Exam 8: Sorting
Exam 1: Object-Oriented Programming and Class Hierarchies41 Questions
Exam 2: Lists and the Collections Framework35 Questions
Exam 3: Testing and Debugging25 Questions
Exam 4: Stacks and Queues28 Questions
Exam 5: Recursion25 Questions
Exam 6: Trees25 Questions
Exam 7: Sets and Maps27 Questions
Exam 8: Sorting25 Questions
Exam 9: Self-Balancing Search Trees28 Questions
Exam 10: Graphs25 Questions
Exam 11: Introduction to Java25 Questions
Exam 12: Overview of UML25 Questions
Select questions type
The method sort(int[] items), in class java.util.Arrays, sorts the array item in ascending order.
(True/False)
4.7/5
(31)
Insertion sort is an example of a(n) ____________________ sorting algorithm.
(Short Answer)
4.8/5
(32)
In merge sort, the total effort to reconstruct the sorted array through merging is ____.
(Multiple Choice)
5.0/5
(40)
The best sorting algorithms provide ____ average-case behavior and are considerably faster for large arrays.
(Multiple Choice)
4.9/5
(45)
The improvement of Shell sort over insertion sort is much more significant for small arrays.
(True/False)
4.7/5
(40)
Showing 21 - 25 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)