Question Detail Sort which compares adjacent elements in a list and switches where necessary is Insertion sortHeap sortQuick sortBubble sort Answer: Option D 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. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 3. What are the minimum number of queues needed to implement the priority queue? OneTwoThreeFour Answer: Option BExplanation:One queue is used for the actual storing of data, and the other one is used for storing the priorities. 4. A graph with one or more edges is at least 1-chromatic2-chromatic3-chromatic4-chromatic Answer: Option B 5. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1