Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haronbh/palindrome
A C++ program to determine if a word is a palindrome. It checks if a word reads the same forwards and backwards, providing feedback on whether the input word exhibits this characteristic.
https://github.com/haronbh/palindrome
cplusplus palindrome palindrome-checker palindrome-string palindrome-validator
Last synced: 21 days ago
JSON representation
A C++ program to determine if a word is a palindrome. It checks if a word reads the same forwards and backwards, providing feedback on whether the input word exhibits this characteristic.
- Host: GitHub
- URL: https://github.com/haronbh/palindrome
- Owner: haronbh
- Created: 2024-07-01T19:26:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T21:38:41.000Z (6 months ago)
- Last Synced: 2024-07-28T22:26:32.654Z (5 months ago)
- Topics: cplusplus, palindrome, palindrome-checker, palindrome-string, palindrome-validator
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A C++ program to determine if a word is a palindrome. It checks if a word reads the same forwards and backwards, providing feedback on whether the input word exhibits this characteristic.