Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Palindrome #13

Open
songz opened this issue Apr 23, 2017 · 1 comment
Open

Palindrome #13

songz opened this issue Apr 23, 2017 · 1 comment
Labels

Comments

@songz
Copy link
Collaborator

songz commented Apr 23, 2017

Return true if input string is a palindrome

i: ""
o: true

i: 'racecar'
o: true

i: 'trerk'
o: false

@songz
Copy link
Collaborator Author

songz commented Apr 25, 2017

First solution! #23

rkalra247 added a commit to rkalra247/algorithms that referenced this issue Jun 8, 2017
rkalra247 added a commit to rkalra247/algorithms that referenced this issue Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants