We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
`
# - The one who starts behind is too slow to catch up
# - OR the one ahead is too fast to ever be caught
# - n is not an integer > They never land on the same spot
return 'YES' if n >= 0 else 'NO'
return 'NO'
#
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Number Line Jumps
You are viewing a single comment's thread. Return to all comments →
` # - The one who starts behind is too slow to catch up # - OR the one ahead is too fast to ever be caught # - n is not an integer > They never land on the same spot return 'YES' if n >= 0 else 'NO' return 'NO'
#