Question Detail Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A Similar Questions : 1. Which of the following name does not relate to stacks FIFO listsLIFO listPilesPush-down lists Answer: Option A 2. Which is having highest precedence in C relational operatorsequality operatorlogical operatorarithmetic operator Answer: Option D 3. Which of the languages is often translated to the pseudo code PASCALFORTRANPL/IBASIC Answer: Option A 4. The complexity of Binary search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option B 5. A graph with one or more edges is at least 1-chromatic2-chromatic3-chromatic4-chromatic Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1