Ask HN: LeetCode, anyone still doing it?
Few years ago leetcode was all the range with an entire cottage industry around it for acing tech interviews. I feel like now with the advent of AI it has completely gone away. I haven't done a technical interview in a long while but not even sure if it's still the dominant screening tool.
13 comments
[ 3.2 ms ] story [ 33.2 ms ] threadSame issues though - normally comes down to knowing a trick rather for leetcode than actual coding
Grinding leetcode was never optimizing for solving problems algorithmically but for performing well in live coding interviews.
So knowing solution design, time/space complexity, what tools and patterns exist for certain sets of problems is valued more than being able to correctly type them out in an unfamiliar UI often with limited functionality, while someone watches your face and screen and ideally you have to articulate your thought process clearly within 20 minutes or so.
It's been a while since I last interviewed.