Loading practice questions
Linear search(recursive) algorithm used in _____________
(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).