Data Structure MCQs – Part 1 October 10, 2013 | No Comments | C++ Tips 1. The complexity of linear search algorithm is a. O(n) b. O(log n) c. O(n2) d. O(n log n) Read More »