Skip to content

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
icemancast committed Feb 17, 2014
1 parent 297d825 commit e22aa9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions palindrome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Create a function that can detect whether a word is a palindrome or not. A palindrome is a word that can be interpreted the same way in reverse order.

(Palindrome on Wiki)[http://en.wikipedia.org/wiki/Palindrome]
[Palindrome on Wiki](http://en.wikipedia.org/wiki/Palindrome)

Create the function so it will return a bool value true of the entered word is a palindrome. Function name example could be is_palindrome(). After you are complete test several know palindrome and regular words.
Create the function so it will return a bool value true if the entered word is a palindrome. Function name example could be is_palindrome(). After you are complete test several known palindromes. Then test regular words in your function.

## Try the following examples
## Try the following word examples in your function

1. Amore, Roma
2. A man, a plan, a canal: Panama
Expand Down

0 comments on commit e22aa9a

Please sign in to comment.