I can't speak for everyone but the whiteboard interview has prevented me from leaving jobs earlier, moving jobs more frequently and left me avoiding certain companies altogether.
A guide to learning algorithms through LeetCode
21–30 of 222 posts
Re: A guide to learning algorithms through LeetCode
#22It's becoming obvious to me that my time is better spent learning to solve these riddles rather than actually becoming a better developer. I have a job search coming up at the end of the year and whilst I've managed to largely avoid companies that ask this type of question, I believe it's seriously constraining my career. I can't speak for everyone but the whiteboard interview has prevented me from leaving jobs earli…
Re: A guide to learning algorithms through LeetCode
#23It's becoming obvious to me that my time is better spent learning to solve these riddles rather than actually becoming a better developer. I have a job search coming up at the end of the year and whilst I've managed to largely avoid companies that ask this type of question, I believe it's seriously constraining my career. I can't speak for everyone but the whiteboard interview has prevented me from leaving jobs earli…
I wonder if that isn’t the point, to increase developer retention and reduce competition for devs.
Re: A guide to learning algorithms through LeetCode
#24It's becoming obvious to me that my time is better spent learning to solve these riddles rather than actually becoming a better developer. I have a job search coming up at the end of the year and whilst I've managed to largely avoid companies that ask this type of question, I believe it's seriously constraining my career. I can't speak for everyone but the whiteboard interview has prevented me from leaving jobs earli…
I wonder if that isn’t the point, to increase developer retention and reduce competition for devs.
Competition is ill defined in the labor market because people aren’t fungible. So it’s hard to really point to hard evidence, so and so practice leads to so and so change in salaries or increase in retention.
Aside, nobody said this guy was looking for a low paying job. High paying ones want leetcode.
Google will pay a higher salary to a 21 year old than a Miami firm will pay to someone with 10 years of experience. Nobody will ask you these puzzles outside of ~5 markets in the US. They also pay way less.
Re: A guide to learning algorithms through LeetCode
#25Re: A guide to learning algorithms through LeetCode
#26Earlier quoted context omitted.
I wonder if that isn’t the point, to increase developer retention and reduce competition for devs.
Surely the generous pay is the biggest factor for retention? Competition is ill defined in the labor market because people aren’t fungible. So it’s hard to really point to hard evidence, so and so practice leads to so and so change in salaries or increase in retention. Aside, nobody said this guy was looking for a low paying job. High paying ones want leetcode. Google will pay a higher salary to a 21 year old than a…
Many young people (age 20-30) I know are in a situation where they are paid large sums of money ($100k-$200k) for extremely dull work. I've seen most of my friends from college quit their FAANG job in search of something more fulfilling, often at a 50% or more pay cut.
Re: A guide to learning algorithms through LeetCode
#27Found in my bookmarks: https://leetfree.com/ Not sure if all quizzes are original, but some of them looks interesting.
Can anyone explain/interpret what leetfree.com is saying here? > ... don't try to solve it with online judge ... > ... Try to learn from the solutions we provided as quickly as possible ... > ... Interviewers only care about your WhiteBoard communication skills ... Are they implying that rote memorization (memorize all problems and their solutions) is the best/easiest way to do the interviews? If yes, wouldn't that t…
Re: A guide to learning algorithms through LeetCode
#28Found in my bookmarks: https://leetfree.com/ Not sure if all quizzes are original, but some of them looks interesting.
Firefox says, "Warning: Potential Security Risk Ahead" for that website.
Re: A guide to learning algorithms through LeetCode
#29It's becoming obvious to me that my time is better spent learning to solve these riddles rather than actually becoming a better developer. I have a job search coming up at the end of the year and whilst I've managed to largely avoid companies that ask this type of question, I believe it's seriously constraining my career. I can't speak for everyone but the whiteboard interview has prevented me from leaving jobs earli…
I wonder if that isn’t the point, to increase developer retention and reduce competition for devs.
It is a game of cat and mouse between candidates and companies. The candidates want high pay and interesting work, and the companies want only the top n% of candidates for their work, for some metric of their choosing. However many candidates a company has to choose from, they will devise some way of choosing the best among them. The methods for determining the best become (in my opinion) increasingly pathological as the surplus of candidates increases. In tech, the result is that the past decade has seen a supermajority of the most lucrative, mainstream jobs moving to a local maximum: whiteboard interviews based on data structures and algorithms. In response, candidates have gamified the process of studying for these metrics using Leetcode, and so a cottage industry of adult test prep was born.
Other industries use extreme credentialism or other methods to cut down on the vast majority of resumes they see, and there likewise emerges a cottage industry of professional preparation to break into these careers at the highest level. The companies use these methods because they see an absolute glut of candidates and become risk averse to bad hires - because after all, if they can attract so much talent with high pay and prestige, why should they suffer possible duds? This is how we end up with the, "Google is okay with passing on false negatives but can't tolerate a false positive in their hiring process" reasoning.
Re: A guide to learning algorithms through LeetCode
#30I haven't seen gitbook before, is this a common tool for documentation?