https://github.com/dakostu/palindromechecker
Checks if a line is a palindrome
https://github.com/dakostu/palindromechecker
Last synced: 8 months ago
JSON representation
Checks if a line is a palindrome
- Host: GitHub
- URL: https://github.com/dakostu/palindromechecker
- Owner: Dakostu
- License: gpl-3.0
- Created: 2018-06-01T20:20:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T10:56:20.000Z (about 6 years ago)
- Last Synced: 2025-01-01T16:46:07.185Z (9 months ago)
- Language: C++
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PalindromeChecker

This is an efficient palindrome checker written in C, using a command-line interface.
It is case-insensitive and ignores any non-English characters as well as non-numbers.
## How to Install
Install by using the "make" command inside the main repository folder.
Uninstall by using "make clean".
## How to Run
./PalindromeChecker [Word that has to be checked]
If you want to check a string, put it between quotation marks.