Number Line Jumps HackerRank Challenge Solved

  Рет қаралды 9,680

Kindson The Tech Pro

Kindson The Tech Pro

Күн бұрын

Пікірлер: 9
@liferayasif9382
@liferayasif9382 2 жыл бұрын
very very helpful, I am trying to understand but one website makes this simple task more complex, thank you so much
@KindsonTheTechPro
@KindsonTheTechPro 2 жыл бұрын
You are welcome!
@AhmedAbdallah-dt2kp
@AhmedAbdallah-dt2kp Жыл бұрын
thank you for the explanation it helped a lot.
@arslanrasit
@arslanrasit 2 жыл бұрын
Thank you dude, very helpful
@niniyaya7392
@niniyaya7392 Жыл бұрын
very nice video sir! salute!
@maheshbabum536
@maheshbabum536 2 жыл бұрын
thank you sir 😊
@david35k
@david35k Жыл бұрын
thank you
@stanislavmozolevskiy8346
@stanislavmozolevskiy8346 2 жыл бұрын
I feel like this is more full solution in case of the second Kenguru starting behind the first one. public static string kangaroo(int x1, int v1, int x2, int v2) { int distanceDifference = x2 - x1; int speedDifference = v1 - v2; if(v1 > v2 && distanceDifference % speedDifference == 0) return "YES"; if(v2 > v1 && x1-x2 % v2-v1 == 0) return "YES"; return "NO"; }
@nelsonenriquez8105
@nelsonenriquez8105 Жыл бұрын
thanks, I came out with this: boolean x = (v1>v2&&(x2-x1)%(v2-v1)==0)? true : false;
Between Two Sets HackerRank Solution
9:41
Kindson The Tech Pro
Рет қаралды 17 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
PHPStan is TypeScript for PHP!
7:15
Nuno Maduro
Рет қаралды 2 М.
How to Remember Everything You Read
26:12
Justin Sung
Рет қаралды 2,7 МЛН
Number line jumps
25:04
TAP ACADEMY
Рет қаралды 1,7 М.
How I Got Good at Coding Interviews
6:29
NeetCode
Рет қаралды 1,7 МЛН
the TRUTH about C++ (is it worth your time?)
3:17
Low Level
Рет қаралды 818 М.
The Genius Way Computers Multiply Big Numbers
22:04
PurpleMind
Рет қаралды 284 М.
Breaking the Records HackerRank Solution
6:29
Kindson The Tech Pro
Рет қаралды 6 М.
Fast Inverse Square Root - A Quake III Algorithm
20:08
Nemean
Рет қаралды 5 МЛН
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,3 МЛН