e9a1aedfcd | ||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
README.md
The Palindrome Algorithm
This checks whether a string is palindrome or not and returns a result.
Prerequisites
- Rust (https://rust-lang.org)
Instructions for running the project
-
Open a terminal/powershell window in the folder/directory.
-
Run the following command
cargo run --release
Test Cases & Output
abba
->true
abbcccbba
->true
abbccbbba
->false