Skip to content
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

Add Longest Palindromic Substring in Ruby #4051

Closed
wants to merge 9 commits into from

Conversation

BahramT1
Copy link

@BahramT1 BahramT1 commented Nov 14, 2024

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Adding a New Code Snippet in an Existing Language

@rzuckerm rzuckerm added enhancement Any code that improves the repo longest palindromic substring See: https://sampleprograms.io/projects/longest-palindromic-substring/ labels Nov 14, 2024
@rzuckerm rzuckerm changed the title Complete the Longest Palindromic Substring in Ruby Add Longest Palindromic Substring in Ruby Nov 14, 2024
Copy link
Collaborator

@rzuckerm rzuckerm left a comment

Choose a reason for hiding this comment

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

Please submit one and only one sample. Also, please do not modify the README.md. This file is automatically updated when a pull request is merged

Comment on lines +31 to +32
# Example usage
puts longest_palindromic_substring("paapaapap")
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is supposed to accept command-line arguments. See the project description for details. In general, all of the projects are list here. Just click on the link for the project you are interested in.

@rzuckerm
Copy link
Collaborator

rzuckerm commented Dec 2, 2024

@BahramT1 Are you planning on doing any more work on this PR? If not, please close it.

@rzuckerm
Copy link
Collaborator

rzuckerm commented Dec 9, 2024

Closing due to lack of activity

@rzuckerm rzuckerm closed this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any code that improves the repo longest palindromic substring See: https://sampleprograms.io/projects/longest-palindromic-substring/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Longest Palindromic Substring in Ruby
2 participants