Skip to content

Conversation

skepttalk
Copy link

This PR adds a Palindrome.java program to the Java-Programs repository.

The program takes a string input from the user and checks if it is a palindrome.
It is a beginner-friendly program that helps contributors understand string manipulation in Java.

Copy link
Owner

@IamBisrutPyne IamBisrutPyne left a comment

Choose a reason for hiding this comment

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

Hey @skepttalk

This is a great, fundamental pattern for the repository! Palindrome checks are perfect for the SyntaxBasics folder.
As noted in your last PR, administrative files like CONTRIBUTING.md are centrally managed and procedurally-generated. Please remove the CONTRIBUTING.md file from this PR before we can review the code.
Also, the file is missing the required Javadocs-style header block (Title, Author, Date, Description, Time Complexity, and Space Complexity). (Note: This simple solution is $O(N)$ Time and $O(N)$ Space).

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