Skip to content

Feature/longest increasing substring#6

Open
mkurdej wants to merge 6 commits intoboostorg:developfrom
mkurdej:feature/longest-increasing-substring
Open

Feature/longest increasing substring#6
mkurdej wants to merge 6 commits intoboostorg:developfrom
mkurdej:feature/longest-increasing-substring

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