You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Given a positive number N, check if the number is a Jumping number or not. A number is defined as a Jumping Number if all adjacent digits in it have an absolute
#difference of 1. For example 2, 23 and 4343456 are Jumping numbers but 296 and 89498 are not