Search Your Question...!

Showing posts with label Number Line Jumps HackerRank Python Solution. Show all posts
Showing posts with label Number Line Jumps HackerRank Python Solution. Show all posts

Number Line Jumps | Python Solution | HackerRank

 You are choreographing a circus show with various animals. For one act, you are given two kangaroos on a number line ready to jump in the positive direction (i.e, toward positive infinity).

  • The first kangaroo starts at location  and moves at a rate of  meters per jump.
  • The second kangaroo starts at location  and moves at a rate of  meters per jump.

You have to figure out a way to get both kangaroos at the same location at the same time as part of the show. If it is possible, return YES, otherwise return NO.