Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O(nm)
b) O(n2)
c) O(mnlogn)
d) O(mlogn)