Page 1 of 1

What is a time complexity for finding frequently occurring of a substring of minimum length in a string?

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) Ɵ (n)
b) Ɵ (n!)
c) O (n2+ n1)
d) O (log n!)