Challenge: Palindromes (Numbers) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 10

Challenge: Palindromes (Numbers)

Hello, This is a challenge to make a palindrome determiner. If you don't know about Palindrome then the they are strings or numbers that resembles the same when read from backwards. Example : Input : 645 Output : 645 is not a Palindrome. Input : 656 Output : 656 is a Palindrome. Answers can be in any Language. My answer is : https://code.sololearn.com/c8hdFxuj5R6P/#cpp

7th Dec 2017, 6:11 AM
Akash Pal
Akash Pal - avatar
27 Respuestas
+ 16
Here's my short Python code, wonderfully done. Works for even symbols, numbers, etc https://code.sololearn.com/c5RXS8uy089I/?ref=app
7th Dec 2017, 11:13 AM
Justine Ogaraku
Justine Ogaraku - avatar
+ 14
https://code.sololearn.com/cU4zbs3M09gn/?ref=app
7th Dec 2017, 11:20 AM
Käzî Mrîdùl Høssäîn
Käzî Mrîdùl Høssäîn - avatar
7th Dec 2017, 8:15 AM
David Ashton
David Ashton - avatar
+ 10
https://code.sololearn.com/cBB42CSLuFkC/?ref=app
7th Dec 2017, 8:26 PM
Raphael Williams
Raphael Williams - avatar
+ 8
Here's a simple Python version that works for both strings and numbers. https://code.sololearn.com/cARBQPRHgHrZ/?ref=app
7th Dec 2017, 6:20 AM
Eric Blinkidu
Eric Blinkidu - avatar
+ 8
https://code.sololearn.com/c2F6aJs6kU2J/?ref=app
7th Dec 2017, 12:48 PM
Ferhat Sevim
Ferhat Sevim - avatar
8th Dec 2017, 7:35 PM
David Ashton
David Ashton - avatar
+ 5
https://code.sololearn.com/cRM0qoqfGA7I/?ref=app
7th Dec 2017, 6:26 AM
...
7th Dec 2017, 6:29 AM
Hrishikesh Kulkarni
Hrishikesh Kulkarni - avatar
7th Dec 2017, 8:00 AM
SAKSHI
SAKSHI - avatar
+ 5
7th Dec 2017, 12:42 PM
Я. ♨
Я. ♨ - avatar
+ 5
https://code.sololearn.com/cdJT0nqfGeyj/?ref=app
8th Dec 2017, 3:07 PM
Marfik Em
Marfik Em - avatar
+ 4
https://code.sololearn.com/c2XVC5ciu2K6/?ref=app
7th Dec 2017, 2:34 PM
Hiroki Masuda
Hiroki Masuda - avatar
7th Dec 2017, 2:47 PM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
8th Dec 2017, 11:40 AM
Hiroki Masuda
Hiroki Masuda - avatar
+ 3
Not only for numbers but also for words: https://code.sololearn.com/WE40I1804X4n/?ref=app
7th Dec 2017, 6:32 AM
Αητοιπe
Αητοιπe - avatar
+ 3
https://code.sololearn.com/cA6whTYJUvjb/?ref=app
7th Dec 2017, 10:25 AM
Coby
Coby - avatar
7th Dec 2017, 11:07 AM
Bits!
+ 3
This is my first challange. Hope, you like it. Strings and Integers are possible. also it is casesensitiv. please upvote, if you like it :) https://code.sololearn.com/cQFafF152JC5/?ref=app
7th Dec 2017, 7:19 PM
Marc Aber
Marc Aber - avatar