Skip to content

CodingIsCaring/kata-next-palindromic-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Kata Next Palindromic Number

In this kata you will be given a positive integer ("value") and you have to create the function getNext() that will output the smallest palindrome number higher than "value".

Let's see:

getNext(11) == 22

getNext(188) == 191

getNext(191) == 202

getNext(2541) == 2552

You will be receiving values higher than 10, all valid.

For more information Codewars - Next Palindromic Number

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages