Question Detail The complexity of Bubble sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option C Similar Questions : 1. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B 2. A graph with one or more edges is at least 1-chromatic2-chromatic3-chromatic4-chromatic Answer: Option B 3. Which sorting method is slowest Quick sortHeap sortShell sortBubble sort Answer: Option D 4. Preorder is depth first orderbreadth first ordertopological orderlinear order Answer: Option A 5. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1