Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
356 stars 624 forks source link

longest common prefix #2042

Closed ssaumyaa7 closed 3 years ago

ssaumyaa7 commented 3 years ago

Is your feature request related to a problem? Please describe. The Algorithm for longest common prefix in java is not there.

Describe the solution you'd like Like to add the code in java for the same.

Do you want to work on it I want to work in java language.

Please assign me this issue. @rish-singhal

rish-singhal commented 3 years ago

Hi it's not okay to create a PR before being assigned the issue! Do keep this in mind next time :)

ssaumyaa7 commented 3 years ago

Noted... Will not repeat this mistake

U-c0de commented 3 years ago

@rish-singhal @Rohan27s Assign me in Python