Question Detail A linear list from which elements can be added or removed from either end is called stackqueuedequetree Answer: Option C Similar Questions : 1. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 2. O log(n) can be conneted with Selection sortInsertion sortBinary sortMerge sort 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. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B 5. Which statement we should ignore in structure programming WHILE-DOGO-TOIT-ELSESWITCH Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1