Question Detail Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A Similar Questions : 1. Which of the following data structure is linear data structure TreesGraphsArrayNone of above Answer: Option C 2. O log(n) can be conneted with Selection sortInsertion sortBinary sortMerge sort Answer: Option C 3. Which of the following name does not relate to stacks FIFO listsLIFO listPilesPush-down lists Answer: Option A 4. Deletion from one end and insertion from other end is stackbranchtreequeue Answer: Option D 5. Preorder is depth first orderbreadth first ordertopological orderlinear order Answer: Option A Read more from - Data Structure Questions Answers - Chapter 1