Question Detail minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B Similar Questions : 1. Deletion from one end and insertion from other end is stackbranchtreequeue Answer: Option D 2. The complexity of linear search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option A 3. Which statement we should ignore in structure programming WHILE-DOGO-TOIT-ELSESWITCH Answer: Option B 4. In C how many parameters can passed to a function 25 10as many as defined in function definition Answer: Option D 5. The complexity of Binary search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1