Question 30
If N represents the number of elements in the list, then the index-based add method of the LBList class is O(N).
True
False
Question 31
A header node does not contain actual list information.
True
False
Question 32
Any class that implements the Comparable interface must provide a compareTo method.
True
False
Question 33
A SortedABList list can only be kept sorted based on the "natural order" of its elements.
True
False
Question 34
O(N) is the order of growth execution time of the add operation when using the SortedArrayCollection class, assuming a collection size of N.
True
False
Question 35
The iterator operation is required by the Iterable interface.
Group of answer choices
True
False
Question 36
O(N) is the order of growth execution time of the remove operation when using the SortedArrayCollection class, assuming a collection size of N.
True
False
Question 37
O(N) is the order of growth execution time of the index-based add operation when using the ABList class, assuming a list size of N.
True
False
Question 38
A feature of our Set ADT is that it is a collection that allows duplicate elements.
True
False
Question 39
O(1) is the order of growth execution time of the index-based set operation when using the ABList class, assuming a list size of N.
True
False