Answer the following statements true (T) or false (F)
1) Quick sort works by separating a list into two lists, and recursively sorting the two lists using quick sort.
2) The sort method of the Arrays class sorts the elements of an array by using a comparator
3) Implementing the Comparator interface requires writing a body for the compareTo method.
4) With each comparison, a binary search eliminates approximately half of the items remaining in the search pool.
5) The selection sort algorithm sorts a list of values by repeatedly putting a particular value into its final, sorted position.
1) T
2) T
3) F
4) T
5) T
You might also like to view...
On the Facebook Timeline, the ________ displays information about you that you've supplied to Facebook
A) far right side of the page B) right column C) left column D) far left side of the page
Using a field that contains a birth year and a field that contains the current year to determine the age of a person listed in a database is called ________
Fill in the blank(s) with correct word