Correct Answer : Option (A) : Elements do not need to be in order, check each item in turn
Correct Answer : Option (D) : Take an ordered list, compare the search value to the middle value, if it's higher than the middle take the right side of the list otherwise take the left and repeat
Correct Answer : Option (C) : Hashing
Correct Answer : Option (A) : Worst than Average case
Correct Answer : Option (B) : O(n)
Correct Answer : Option (D) : Counting the number of key operations
Correct Answer : Option (D) : Linked List
Correct Answer : Option (C) : Divide and conquer
Correct Answer : Option (A) : log(n)
Correct Answer : Option (B) : O(n2)