tangorishi / learnJava

LearnJava - Hacktoberfest 2023 🚀 Join us in celebrating Hacktoberfest 2023 by contributing to this Java programming repository! Whether you're a beginner or an expert, dive into Java, share your knowledge, and make Hacktoberfest unforgettable. 📚💻 Happy coding and contributing! 🚀🌟
MIT License
26 stars 45 forks source link

Longest common prefix Solution in java #85

Open Dinki-Yaduwanshi opened 10 months ago

Dinki-Yaduwanshi commented 10 months ago

I aim to write code for a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". This problem is one of the leetcode problem statements I solved recently. Please assign this issue to me. Thank you!

tangorishi commented 10 months ago

go ahead @Dinki-Yaduwanshi , just create a separate folder inside FirstContribution for providing solutions to the questions along with the question

Dinki-Yaduwanshi commented 10 months ago

okay done!

ShrutikaK2911 commented 10 months ago

Please assign me this issue @Dinki-Yaduwanshi