What is a Jumper Number??

Akshay Ravindran
2 min readFeb 23, 2019
Photo by Nick Hillier on Unsplash

Out of Free Stories? Here is my Friend Link.

Aim

Find if the given number in a string, find if it is jumper number,

where the absolute difference between consecutive digits is 1

Input: 2345434321

Output: true

Input: 234534

--

--

Akshay Ravindran

Code -> Understand-> Repeat is my motto. I am a Data Engineer who writes about everything related to Data Science and Interview Preparation for SDE.