Skip to content

Checks if a string is a plaindrome

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

crabbits/is_palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is_palindrome

Checks if a string is a palindrome

Installation

Add this line to your application's Gemfile:

gem 'palindrome'

And then execute:

$ bundle

Or install it yourself as:

$ gem install palindrome

Usage

Run

$ palindrome <string>

to check if the string is a palindrome. (Returns true or false)

Contributing

  1. Fork it ( http://github.com/ctountzis/is_palindrome/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Checks if a string is a plaindrome

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages