Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding more methods that work on a single string. #5

Open
RokIvansek opened this issue Feb 4, 2017 · 1 comment
Open

Consider adding more methods that work on a single string. #5

RokIvansek opened this issue Feb 4, 2017 · 1 comment

Comments

@RokIvansek
Copy link

RokIvansek commented Feb 4, 2017

A method for finding the longest repeated substring would be nice.
https://en.wikipedia.org/wiki/Longest_repeated_substring_problem

And one for counting all nontrivial repeating substrings.
http://stackoverflow.com/questions/37499968/finding-all-repeated-substrings-in-a-string-and-how-often-they-appear

@RokIvansek RokIvansek changed the title A method for finding the longest repeated substring would be nice. :) Consider adding more methods that work on a single string. Feb 4, 2017
@tonetto
Copy link

tonetto commented Nov 7, 2017

#9 implements the longest repeated substring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants