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

Feature/longest increasing substring #6

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

mkurdej
Copy link
Member

@mkurdej mkurdej commented Aug 13, 2014

Hi, I have written a new search algorithm: longest increasing substring that permits as well to find the longest decreasing/non-increasing/non-decreasing or differently ordered substring by defining comparison predicate. I have added tests for it using iterators, ranges, pointers and object's operator().

I am working on other algorithms: longest increasing subsequence and Aho-Corasick (multi-pattern) search.
The code itself is done, it needs writing more tests only.
I will create a PR for them soon.

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

Successfully merging this pull request may close these issues.

1 participant