Question Detail Which of the following name does not relate to stacks FIFO listsLIFO listPilesPush-down lists Answer: Option A Similar Questions : 1. ++i is equivalent to i = i + 2i = i + 1i = i + ii = i - 1 Answer: Option B 2. A graph with one or more edges is at least 1-chromatic2-chromatic3-chromatic4-chromatic Answer: Option B 3. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 4. Which of the following data structure is linear data structure TreesGraphsArrayNone of above Answer: Option C 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