TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
58.84k stars 19.03k forks source link

Create Manacher.java #5458

Closed Abhinavagarwa closed 5 days ago

Abhinavagarwa commented 1 week ago
Abhinavagarwa commented 1 week ago

5453

alxkm commented 1 week ago

Please fix the formatting issues and we can start reviewing the code. It would also be nice to move the test case from the main method to a separate test, there are many examples in this project.