Question Detail The complexity of Binary search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option B Similar Questions : 1. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B 2. Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C 3. Which is ALGOL based simulation language FORTRANSIMSCRIPTGASP IVnone of above Answer: Option B 4. The complexity of merge sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option D 5. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A Read more from - Data Structure Questions Answers - Chapter 1