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

Manacher’s Algorithm in c++ #514

Closed
somya-kapoor opened this issue Mar 7, 2019 · 3 comments
Closed

Manacher’s Algorithm in c++ #514

somya-kapoor opened this issue Mar 7, 2019 · 3 comments
Labels

Comments

@somya-kapoor
Copy link
Collaborator

Hi, I would like to add Manacher’s Algorithm( for finding longest palindromic substring) using c++.

@jainaman224
Copy link
Owner

@somya-kapoor Go ahead.

@shahkv95
Copy link
Contributor

Heyy @somya-kapoor are you actively working on it?

@somya-kapoor
Copy link
Collaborator Author

Yes, I have submitted PR.

jainaman224 pushed a commit that referenced this issue Mar 18, 2019
…der and Preorder traversals(issue #513)  (#536)

* Manacher_Algorithm

* Constructing Tree from given Inorder and Preorder traversals

* Rename Tree from given Inorder and Preorder traversals to constructing Tree( from given Inorder and Preorder traversals)

* Rename constructing Tree( from given Inorder and Preorder traversals) to constructing_Tree(from_given_Inorder_and_Preorder_traversals).cpp

* Rename Manacher_Algorithm.cpp to Manacher_Algorithm/Manacher_Algorithm.cpp

* Rename constructing_Tree(from_given_Inorder_and_Preorder_traversals).cpp to Tree_Inorder_Construction/Tree_Inorder_Construction.cpp

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

No branches or pull requests

3 participants