InterviewSolution
Saved Bookmarks
| 1. |
Who created the Rabin Karp Algorithm?(a) Joseph Rabin and Michael Karp(b) Michael Rabin and Joseph Karp(c) Richard Karp and Michael Rabin(d) Michael Karp and Richard RabinI got this question during a job interview.My doubt is from String Matching topic in section String Matching of Data Structures & Algorithms II |
|
Answer» CORRECT answer is (c) Richard Karp and Michael RABIN The EXPLANATION is: Rabin Karp algorithm was INVENTED by Richard Karp and Michael Rabin in the year 1987 for searching a pattern in the GIVEN string. |
|