|
|
|
|
|
by ideal0227
2310 days ago
|
|
> Google specifically tells their interviewers to avoid "canned" problems that are already all over the internet. They did a pretty poor job on this already. And it adds one more requirements, the ability to pretend that you have never practiced a similar question before :P. > Leetcode isn't about memorization. Leetcode is training data used to optimize your neural net to solve problems it hasn't seen before. Oh. Thanks. Glad that Human brain does not need that much data like today's neural net. And there are millions of ways to improve problem solving than repeating BSF/DFS/DP templates on Leetcode questions. |
|
This is solved by throwing multiple interview questions at the person that are all novel and not derived from the internet. The probability of ALL questions being seened before is very low.
>And there are millions of ways to improve problem solving than repeating BSF/DFS/DP templates on Leetcode questions.
So? Doesn't change the effectiveness of leetcode in passing an interview and displaying your ability to learn and solve novel problems. If you have other ways of passing those interviews outside of leetcode, that's great. Use it.