Q23
What is the best-case time complexity of the Rabin-Karp algorithm?
A.
O(n)
B.
O(m)
C.
O(m*n)
D.
O(m + n)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board