Longest Palindrome Substring#2644
Conversation
|
Hey @anubhavsharma430, TravisCI finished with status TravisBuddy Request Identifier: 55775ab0-048c-11eb-a4bc-1b94c014fd22 |
|
Manacher is already implemented here. Moreover, in your post, instead of Y or N, can you put a X when it (really) matches. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Please reopen this pull request once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions! |
Describe your change:
Adding a new file
Manacher Algorithm is an amazing algorithm to find the longest palindrome substring. It gives the solution in O(n) time complexity i.e. it gives the solution to the longest string possible in linear time complexity.
Checklist:
Fixes: #{$ISSUE_NO}.