Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 310 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 310 Bytes

Palindrome

Description

Algorithm that defines whether string is palindrome or not.

Implementation

isPalindrome(string) should return true if the given string is palindrome and false otherwise.

Example:

isPalindrome('Race car') // true