InterviewSolution
Saved Bookmarks
| 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 |
|