Question Detail The complexity of linear search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option A 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. In C how many parameters can passed to a function 25 10as many as defined in function definition Answer: Option D 3. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B 4. Preorder is depth first orderbreadth first ordertopological orderlinear order Answer: Option A 5. Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C Read more from - Data Structure Questions Answers - Chapter 1