Coding Interview with Dan Abramov
Video Statistics and Information
Channel: Ben Awad
Views: 227,015
Rating: 4.9485373 out of 5
Keywords:
Id: XEt09iK8IXs
Channel Id: undefined
Length: 58min 19sec (3499 seconds)
Published: Thu Dec 02 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
His answer about when to use Redux is pretty fascinating, honestly.
Edit:
Will also say that it's awesome for him to put himself out there and do this!
My impostor syndrome temporarily subsided with the centering task. Ben Awad could hardly contain himself.
In the tree inversion he missed the terminal case, where the leafs are null.
could also do it as... but it is not space complexity equivalent as you need to store 2x the tree in memory (atleast untill GC).
I think invertTree needs to check for null at the beginning or before recursing, otherwise it never terminates.
Oh, if only I got a question as easy as
let
-vs-const
in a programming interview...Good reminder of the fact that software engineers are horrible at interviewing software engineers
Watching him "struggle" with centering something made me feel good inside as someone that struggles to remember the syntax of a for loop sometimes.
can someone clarify the bunny pattern ? tripped me up that effin bunny
I quickly intuited that worst case was 200 but I was wrong as to why. My first thought was that I could check each bucket twice (in a row), which after thought wouldnโt have worked. Then they did all their stuff and ended up coming to 200 for a completely different reason. So I fail. :). Probably not 200 though right? 199 I think.