Examveda

What is the time complexity of string matching using a suffix tree?

A. O(m*n)

B. O(m log n)

C. O(n)

D. O(m + n)

Answer: Option D


This Question Belongs to Data Structure >> String Matching

Join The Discussion

Related Questions on String Matching