Solving Amazon's 2020 Most Asked Interview Question

  Рет қаралды 18,276

AlgosWithMichael

AlgosWithMichael

Күн бұрын

Пікірлер: 41
@solomoon4784
@solomoon4784 2 жыл бұрын
btw you can use string.split(" ", 2) to divide a log in to the id and the main part so you dont have to find the first occurence of a space and then use substring.
@beemovan
@beemovan 2 жыл бұрын
This may exclude additional parts of the log in some languages
@sergten
@sergten 3 жыл бұрын
Great explanation. One thing to keep in mind while implementing the algorithm in a language other than Java is that returning 0 does not guarantee the stable order. One might need to research other sorting facilities to satisfy the digital logs order rule.
@AlgosWithMichael
@AlgosWithMichael 3 жыл бұрын
Very good point
@sagardafle
@sagardafle 2 жыл бұрын
Love the visual animations. This can be USP of your channel. Keep it up!!
@leenaverma2418
@leenaverma2418 3 жыл бұрын
I like your video series on frequently asked question on amazon,google.. etc.. and the best part of it is you replay to everyone for there doubts..keep it up good work..
@Soccerguyz
@Soccerguyz 5 ай бұрын
I got a similar question to this last month for my first round at Amazon. Although it was slightly different
@manojpatil7351
@manojpatil7351 3 жыл бұрын
Me getting more frustrated after writing a 200 line code and wasting 3 hours on this problem only to see your efficient solution and completely different approach !!! Just wow
@atift5465
@atift5465 3 жыл бұрын
i may be being repetitive here but i love the visual explanations.. just saw your vids first time and subscribing! keep up the good quality content!
@AlgosWithMichael
@AlgosWithMichael 3 жыл бұрын
I'm glad, I like doing in depth animations
@balaeinstein8710
@balaeinstein8710 4 жыл бұрын
thanks a lot bro. Wishing your channel for rapid growth
@AlgosWithMichael
@AlgosWithMichael 4 жыл бұрын
I appreciate that, thank you for watching!
@yitingg7942
@yitingg7942 3 жыл бұрын
Hi Michael, what I can't understand is if(isDigit1 && isDigit2) return 0; why do we return 0 if they are both digit.
@Hadi4029
@Hadi4029 2 жыл бұрын
@@joshualopes7250 ....which only works in Java. In C# it changes the ordering, for example.
@pl5778
@pl5778 4 жыл бұрын
love the new visuals during explanation. Keep up the great work!
@AlgosWithMichael
@AlgosWithMichael 4 жыл бұрын
Thanks so much!
@MangoDrankE
@MangoDrankE 3 жыл бұрын
Fantastic video. Really helped understand how to use comparator
@AlgosWithMichael
@AlgosWithMichael 3 жыл бұрын
Glad you enjoyed it!
@z4zebraa
@z4zebraa 2 жыл бұрын
Great explanation !! Im trying to figure out the -1 part can someone help return digit1 ? (digit2? 0 : 1) : -1; -1 will be executed when digit1 is a letter log(not a digit log) then why do we want to return -1?
@nribackpacker
@nribackpacker 4 жыл бұрын
@8:44 WTF lol..BTW great solution thank you for sharing
@AlgosWithMichael
@AlgosWithMichael 4 жыл бұрын
LOL thanks dude!
@SunilGupta-vc8jw
@SunilGupta-vc8jw 4 жыл бұрын
could u share the leetcode link for this problem?
@AlgosWithMichael
@AlgosWithMichael 4 жыл бұрын
Search on LeetCode "Reorder data in log files" and you should find it
@urbirooj5413
@urbirooj5413 3 жыл бұрын
Nice video. Keep up the good work!
@AlgosWithMichael
@AlgosWithMichael 3 жыл бұрын
Thank you!
@Play-Date-Care
@Play-Date-Care 3 жыл бұрын
Very clean solution!
@AlgosWithMichael
@AlgosWithMichael 3 жыл бұрын
Thank you, I think so too :p
@MayaBello
@MayaBello 4 жыл бұрын
your videos are seriously amazing!!! 👏🏿👏🏿👏🏿👏🏿
@AlgosWithMichael
@AlgosWithMichael 4 жыл бұрын
Thank you so much 😀
@SarveshKumar-nh3pd
@SarveshKumar-nh3pd 4 жыл бұрын
Really appreciate your work! thanks a lot!
@AlgosWithMichael
@AlgosWithMichael 4 жыл бұрын
My pleasure!
@seriouslyIamnobody
@seriouslyIamnobody 4 жыл бұрын
This is gold! Keep it up!
@AlgosWithMichael
@AlgosWithMichael 4 жыл бұрын
Thanks, will do!
@neetibhatt3983
@neetibhatt3983 4 жыл бұрын
awesome Explanation....
@AlgosWithMichael
@AlgosWithMichael 4 жыл бұрын
Glad you liked it!
@z41n70
@z41n70 3 жыл бұрын
Woooooo life saver thank you
@TheTsarSniper
@TheTsarSniper 4 жыл бұрын
thats a beautiful hat, just subscribed
@AlgosWithMichael
@AlgosWithMichael 4 жыл бұрын
Nothing compared to that beard
@DrJavyMartinez
@DrJavyMartinez 3 жыл бұрын
Love your work. If I paid ya, could you do a private lesson? DM me if so
@AlgosWithMichael
@AlgosWithMichael 3 жыл бұрын
I appreciate that! I don't do private lessons currently :(
Amazon Coding Interview Question - First Missing Positive (LeetCode)
20:47
Amazon Coding Question - Insert Delete GetRandom O(1)
11:54
AlgosWithMichael
Рет қаралды 11 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 161 МЛН
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 4,2 МЛН
Amazon Coding Interview Question - firstNonRepeatingCharacter
14:29
Solving Meta's 2024 Most Asked Interview Question
13:45
AlgosWithMichael
Рет қаралды 2,6 М.
Minimum Window Substring | Sliding Window | LeetCode
18:00
AlgosWithMichael
Рет қаралды 40 М.
Rotting Oranges
15:44
Kevin Naughton Jr.
Рет қаралды 64 М.
Kadane's Algorithm - Maximum Subarray (Dynamic Programming)
8:24
AlgosWithMichael
Рет қаралды 26 М.
Amazon Coding Interview Question - Integer to Roman (LeetCode)
9:06
AlgosWithMichael
Рет қаралды 21 М.
Amazon Coding Interview Question - Number of Distinct Islands
17:43
AlgosWithMichael
Рет қаралды 26 М.
Word Search
8:46
Kevin Naughton Jr.
Рет қаралды 139 М.
Reorganize String
12:44
Kevin Naughton Jr.
Рет қаралды 78 М.