ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Linear search(recursive) algorithm used in _____________
Correct Answer: A — When the size of the dataset is low
It is used when the size of the dataset is low as its runtime is O(n) which is more when compared to the binary search O(logn).