Vidyalelo
Data Structure · Q106

Arrays in Data Structures

Programming · Data Structure · question 106

Q106

What is the time required to locate the occurrences of a pattern P of length m in a string of length n using suffix array?

A.
O(nm)
B.
O(n2)
C.
O(mnlogn)
D.
O(mlogn)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board