Skip to content

Commit

Permalink
Fix spacing on list of palindrome examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lostatseajoshua committed Dec 22, 2016
1 parent e4c2889 commit 8c0117d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Palindromes/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Algorithms that check for palindromes are a common programming interview questio

The word racecar is a valid palindrome, as it is a word spelled the same when backgrounds and forwards. The examples below shows valid cases of the palindrome `racecar`.

`raceCar`
`r a c e c a r`
`r?a?c?e?c?a?r?`
`RACEcar`
```
raceCar
r a c e c a r
r?a?c?e?c?a?r?
RACEcar
```

## Algorithm

Expand Down

0 comments on commit 8c0117d

Please sign in to comment.