Loading practice questions
Linear search(recursive) algorithm used in _____________
Correct Answer: A — When the size of the dataset is low
Explanation:
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).