Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 413 Bytes

The Palindrome Algorithm

This checks whether a string is palindrome or not and returns a result.

Prerequisites

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