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
The Earth is under a threat from the outer space and the superheroes are busy in their personal life. Meanwhile, you have to catch the enemy and destroy him. Enemy is N steps above from you (assume yourself on first level i.e. level 0). Due to your binary fever, you can jump only in power of 2 i.e. 1, 2, 4, 8, 16 etc. So to defeat the enemy as quickly as possible, what is the minimum number of jumps you have to make?