LeetCode 49 Group Anagrams in javascript

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

holy moley. This is some elite level explaining. Love it, so simple, effective, and easy to understand

ckiv
Автор

I code in JavaScript and always look for YouTube videos for better explanation. For some reason the big creators failed to explain this approach in an easy way. No hate to anyone but kudos to you my friend. You did an amazing job in this video. I have now a very clear vision of how to solve this solution in an optimal way. :)

harshitchoudhary
Автор

Great video! I like that you explained it both ways. Thanks.

xdragonflame
Автор

Dude you blew my mind with the prime number keys how in the world did you come up with that

JChamberslam
Автор

what happens if we dont give delimeter, when joining array.

pradeeppatil
Автор

Hii brother your videos are superbb..Please help me to solve the Javascript Problem..
There is a car with 50L of petrol.
It needs to travel from 0 to 100 KMs.
The car moves in steps, at each step car can move between 0 KM to 6 KM (generate a random number).
The car has a mileage of 0.5 KM/L.
You can place 6 random petrol pumps on the road.
Every time the car reaches the petrol pump exactly, the car gets a refill of 30 L.
Write a JavaScript code to run this game and print every step of the car with the current position, petrol remaining.
Add a button on the page "Start" which should start the game.
Print the result of the game in the document window.
If the start button is clicked again, it should clear the window and start the game again.

please i get confused of how to refill the petrol

shahulz
welcome to shbcf.ru