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

Palindrome Number #151

Open
judiemosinabre opened this issue Oct 27, 2024 · 2 comments
Open

Palindrome Number #151

judiemosinabre opened this issue Oct 27, 2024 · 2 comments
Assignees
Labels
hacktoberfest2024 Hacktoberfest hacktoberfest-accepted Hacktoberfest2024

Comments

@judiemosinabre
Copy link
Contributor

Goal: Given an integer x, return true if x is a palindrome, and false otherwise.

Case 1:
Input: x = 121
Output: true
Explanation: 121 reads as 121 from left to right and from right to left.

Case 2:
Input: x = -121
Output: false
Explanation: From left to right, it reads -121. From right to left, it becomes 121-. Therefore it is not a palindrome.

Hi @yesiamrajeev, I’m looking forward to contributing to this repository during Hacktoberfest 2024. Could you assign me this issue and apply the Hacktoberfest label? Thanks

@yesiamrajeev
Copy link
Owner

Assigned

@yesiamrajeev
Copy link
Owner

Now you can contribute lebels are on.

judiemosinabre added a commit to judiemosinabre/Hacktoberfest2024-palindrome that referenced this issue Oct 27, 2024
yesiamrajeev added a commit that referenced this issue Oct 27, 2024
Added Palindrome number checker in java #151
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest2024 Hacktoberfest hacktoberfest-accepted Hacktoberfest2024
Projects
None yet
Development

No branches or pull requests

2 participants