Skip to content

Conversation

@amank-23
Copy link

This PR adds a palindrome number checker to the math folder.

The implementation checks whether an integer reads the same forward and backward by reversing the number and comparing it with the original.
Self-tests using assert() are included to validate correctness.

Checklist

Added description of change

File name follows the guidelines (palindrome_number.cpp)

Added tests and all tests pass

Added Doxygen-style documentation

Relevant documentation/comments included

PR title follows commit/semantic guidelines

No duplicate implementation exists

I acknowledge that all my contributions will be made under the project's license

Notes

The implementation follows the format, documentation standards, and testing style used across the existing mathematical algorithms in this repository.

@github-actions
Copy link
Contributor

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Author has not responded to the comments for over 2 weeks label Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Author has not responded to the comments for over 2 weeks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants