ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following is the fastest algorithm in the string matching field?
Correct Answer: C — Quick search algorithm
Quick search algorithm is the fastest algorithm in the string matching field, whereas linear search searches for an element in an array sequentially.