SE701:Redundant detector: Difference between revisions
Jump to navigation
Jump to search
New page: * Description: implement a redundancy detector. Design and implement an algorithm for finding the longest repeated sequence in a long string of characters. For example, abra is the longest... |
(No difference)
|
Latest revision as of 20:20, 15 February 2008
- Description: implement a redundancy detector. Design and implement an algorithm for finding the longest repeated sequence in a long string of characters. For example, abra is the longest repeated sequence in the string abracadabra.
Another algorithm related topic.
More info: http://www.cs.princeton.edu/courses/archive/spring03/cs226/assignments/redundant.html