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

challenge/palindrome_checker #16

Open
Hiba-Daffallah opened this issue Dec 28, 2024 · 1 comment
Open

challenge/palindrome_checker #16

Hiba-Daffallah opened this issue Dec 28, 2024 · 1 comment
Assignees

Comments

@Hiba-Daffallah
Copy link

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

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

@Hiba-Daffallah Hiba-Daffallah changed the title challenge suggestion Palindrome checker Dec 28, 2024
@OSINALD OSINALD self-assigned this Jan 2, 2025
@OSINALD OSINALD moved this from TODO to DOING in ET6 Foundations Group 09 Jan 2, 2025
@OSINALD OSINALD changed the title Palindrome checker challenge/palindrome_checker Jan 10, 2025
@OSINALD OSINALD moved this from DOING to READY FOR REVIEW in ET6 Foundations Group 09 Jan 12, 2025
@JEFFDARKO JEFFDARKO moved this from READY FOR REVIEW to TODO in ET6 Foundations Group 09 Jan 12, 2025
@Hiba-Daffallah
Copy link
Author

can you please make a pull request so that others can review it?

@OSINALD OSINALD moved this from TODO to READY FOR REVIEW in ET6 Foundations Group 09 Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants