Question Detail Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B Similar Questions : 1. The complexity of linear search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option A 2. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B 3. Which of the following name does not relate to stacks FIFO listsLIFO listPilesPush-down lists Answer: Option A 4. Which sorting method is slowest Quick sortHeap sortShell sortBubble sort Answer: Option D 5. In C how many parameters can passed to a function 25 10as many as defined in function definition Answer: Option D Read more from - Data Structure Questions Answers - Chapter 1