Question Detail O log(n) can be conneted with Selection sortInsertion sortBinary sortMerge sort Answer: Option C Similar Questions : 1. Sort which compares adjacent elements in a list and switches where necessary is Insertion sortHeap sortQuick sortBubble sort Answer: Option D 2. Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C 3. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B 4. Repeated execution of simple computation may cause compounding of round off errorssyntax errorsrun time errorslogic errors Answer: Option A 5. The complexity of linear search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option A Read more from - Data Structure Questions Answers - Chapter 1