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. The complexity of merge sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option D 3. Which is having highest precedence in C relational operatorsequality operatorlogical operatorarithmetic operator Answer: Option D 4. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B 5. A graph with one or more edges is at least 1-chromatic2-chromatic3-chromatic4-chromatic Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1