An Algorithm for Passing Programming Interviews (2020)
1–10 of 352 posts
Re: An Algorithm for Passing Programming Interviews (2020)
#2In my experience, interviewers will rarely tell you the runtime of the optimal solution.
Regardless, very interesting blog post.
Re: An Algorithm for Passing Programming Interviews (2020)
#3Re: An Algorithm for Passing Programming Interviews (2020)
#4Re: An Algorithm for Passing Programming Interviews (2020)
#5* Practice questions by company on LeetCode, sort by frequency of last 6 months and work down the list, do maybe 75-100, the list updates once a week
* Search for the company on the LeetCode forums and sort by most recent. If a question is not on LC yet it will likely get posted there, so you can get really fresh intel.
I've read of people doing this and getting like 6/6 questions they've seen before.
Re: An Algorithm for Passing Programming Interviews (2020)
#6Re: An Algorithm for Passing Programming Interviews (2020)
#7The first example test given (rate limiter) gives a bad answer. I wouldn't use this method.
Re: An Algorithm for Passing Programming Interviews (2020)
#8The first example test given (rate limiter) gives a bad answer. I wouldn't use this method.
Re: An Algorithm for Passing Programming Interviews (2020)
#9The first example test given (rate limiter) gives a bad answer. I wouldn't use this method.
Re: An Algorithm for Passing Programming Interviews (2020)
#10its a proxy for a combination of:
intelligence and how hard you are willing to study
the computer science knowledge shown is just a bonus
EDIT:
One last thing to throw in, its pretty clear that theres a correlation between the top software companies and how hard their leetcode interviews are. You can claim all you want it doesnt work, but facebook and google have very hard leetcode interviews and are known for the best software