Question Detail Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B Similar Questions : 1. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B 2. Repeated execution of simple computation may cause compounding of round off errorssyntax errorsrun time errorslogic errors Answer: Option A 3. O log(n) can be conneted with Selection sortInsertion sortBinary sortMerge sort Answer: Option C 4. Deletion from one end and insertion from other end is stackbranchtreequeue 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