Skip to content

Solution #14 - Nishitha Daryn- 05/08/2025 #82

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nishithadaryn
Copy link

This PR adds a solution for Leetcode Problem 14: Longest Common Prefix.

The goal is to find the longest common prefix string amongst an array of strings. If there is no common prefix, an empty string "" should be returned.

Copy link
Member

@JRS296 JRS296 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not at all in the requested format:

  • you've forgotten about the explanation.md file
  • Also look at the other PR's that are open, see how they've done theirs. You can look at Neha's open PR's as well as the closed (merged) PR's

Kindly Read the instructions properly

@nishithadaryn nishithadaryn force-pushed the feature/14-longest-common-prefix branch from 8317aa4 to 44c85bb Compare August 5, 2025 11:18
@nishithadaryn nishithadaryn force-pushed the feature/14-longest-common-prefix branch from 44c85bb to e9e0e5c Compare August 5, 2025 11:18
@nishithadaryn
Copy link
Author

I have added the two files (solution and explanation) and changed the formatting according to the instructions.

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

Successfully merging this pull request may close these issues.

2 participants