Question Detail Which sorting method is slowest Quick sortHeap sortShell sortBubble sort Answer: Option D Similar Questions : 1. Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C 2. A linear list from which elements can be added or removed from either end is called stackqueuedequetree Answer: Option C 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