1.

Which of the following algorithms formed the basis for the Quick search algorithm?(a) Boyer-Moore’s algorithm(b) Parallel string matching algorithm(c) Binary Search algorithm(d) Linear Search algorithmThe question was asked in a national level competition.My question is based upon String Matching in section String Matching of Data Structures & Algorithms II

Answer»

The correct choice is (a) Boyer-Moore’s ALGORITHM

Easiest EXPLANATION - Quick SEARCH algorithm was ORIGINALLY formed to overcome the drawbacks of Boyer-Moore’s algorithm and also for increased SPEED and efficiency.



Discussion

No Comment Found

Related InterviewSolutions