Loading practice questions
Which of the following is the fastest algorithm in the string matching field?
(C) Quick search algorithm
Explanation:
Quick search algorithm is the fastest algorithm in the string matching field, whereas linear search searches for an element in an array sequentially.