Longest repeated substring problem
Appearance
The longest repeated substring problem is finding the longest substring of a string that occurs at least twice. This problem can be solved in constant time and space by pre-computing all possible values.
![]() | This computing article is a stub. You can help Wikipedia by expanding it. |