Live data from Hacker News

It is humiliating to have to do LeetCode grinding for

twitter.com

121–130 of 133 posts

Re: It is humiliating to have to do LeetCode grinding for

#121
> WHICH BY THE WAY IS NOT SOMETHING YOU WILL DO A LOT IN BIG TECH BECAUSE WE HAVE CODING ASSISTANTS NOW FFS!

Even if we take that point as fact. The whole point of the exercise, is to check if you can write it yourself unassisted. If you cannot do it yourself, how can I trust you to judge what the assistant is writing? The assistant is only as good as the supervisor at this point.

Re: It is humiliating to have to do LeetCode grinding for

#122
post #50

If you think something you have to do in an interview is “humiliating” when all they’re asking you to do is demonstrate some skill on a whiteboard you have some self-reflection to do. I don’t personally think leetcode is that great for interviews but candidates who act like it’s above them to figure out problems etc have a serious problem. In other fields this is not only completely normal but absolutely something pe…

I completely disagree with you seanhunter ( and everyone else mostly) so please dont take offence I could be wrong but the following is my opinion. I am thankful most companies are gatekept by people who think like you as I feel it gives me and my company an advantage. In the UK over the course of nearly 20 years I was asked by random interviews to do "fizzbuzz" which I always refused to do out of principle. The prob…

If I were given fizzbuzz as an interview question, I would say something like: "Sure, I'll do it. But I've got 40 years of experience, and I expect the rest of the interview questions to be on a bit different level."

Re: It is humiliating to have to do LeetCode grinding for

#123
post #84

Earlier quoted context omitted.

I'm a prof. I grind when I prepare a lecture. It's part of the job.

Grind? Really? I work in higher ed and I teach. Prepping even a new course is not grinding. Teaching a course where you are professor of record is certainly not grinding unless you dont know the topic at all. If that is the case though you should not be lecturing for this class. The only legit excuse for grinding here is if you did not do any prep. Doing your job even with a 4/4 load is not grinding. Research proposa…

I hope neither I nor anyone I care about ever ends up in any class you teach…

Re: It is humiliating to have to do LeetCode grinding for

#124
post #84

Earlier quoted context omitted.

Grind? Really? I work in higher ed and I teach. Prepping even a new course is not grinding. Teaching a course where you are professor of record is certainly not grinding unless you dont know the topic at all. If that is the case though you should not be lecturing for this class. The only legit excuse for grinding here is if you did not do any prep. Doing your job even with a 4/4 load is not grinding. Research proposa…

I hope neither I nor anyone I care about ever ends up in any class you teach…

Unnecessary attack. You disagree on what "grind" refers to and that's fine, but your comment was personal and mean.

Re: It is humiliating to have to do LeetCode grinding for

#125
post #84

Earlier quoted context omitted.

I'm a prof. I grind when I prepare a lecture. It's part of the job.

Grind? Really? I work in higher ed and I teach. Prepping even a new course is not grinding. Teaching a course where you are professor of record is certainly not grinding unless you dont know the topic at all. If that is the case though you should not be lecturing for this class. The only legit excuse for grinding here is if you did not do any prep. Doing your job even with a 4/4 load is not grinding. Research proposa…

As I said prep is grinding.

Re: It is humiliating to have to do LeetCode grinding for

#126
post #124

Earlier quoted context omitted.

I hope neither I nor anyone I care about ever ends up in any class you teach…

Unnecessary attack. You disagree on what "grind" refers to and that's fine, but your comment was personal and mean.

really? how about if I wrote this? not personal or mean, yes?

“Teaching a course where you are professor of record is certainly not grinding unless you dont know the topic at all.”

Re: It is humiliating to have to do LeetCode grinding for

#127
post #124

Earlier quoted context omitted.

Unnecessary attack. You disagree on what "grind" refers to and that's fine, but your comment was personal and mean.

really? how about if I wrote this? not personal or mean, yes? “Teaching a course where you are professor of record is certainly not grinding unless you dont know the topic at all.”

the absolute best professors on this planet are the grinders… if you are not, you are just coasting on something you think you know but you really don’t (probably re-using powerpoint presentations you created in 2012…)

Re: It is humiliating to have to do LeetCode grinding for

#128
post #70

Earlier quoted context omitted.

Basic data structures and algorithms knowledge is a base skill that will translate to better success in any software job. Yes you may not be coding graphs in your day job (although you might - I have personally done it before), but someone who can grasp stuff like BFS vs DFS and Dijkstra's algorithm will absolutely be better at the job than someone who comes in and says "idk who cares, I'll just use a library".

> BFS vs DFS Yet, on the real world the answer is always one of "either" or "neither". Anyway, most leetcode aren't of the type of "a widely applicable algorithm solves this". People only know the algorithms that apply to them because they studied those problems specifically. And notice that one of the algorithms on your post is named after a researcher from the 80s. That's some 40 years after computer science became…

Absolutely not lmao. Many problems are more efficiently solved with bfs vs dfs or vice versa. If the problem requires you to reach a leaf dfs is usually better

Re: It is humiliating to have to do LeetCode grinding for

#129
post #83
post #78

Earlier quoted context omitted.

"Many people" is an understatement. In my experience 70%+ of applicants fail basic fizzbuzz or reverse a string level questions. If you think these questions are beneath you, good, you've just made my job easier as an interviewer.

No, you’ve just optimized for a lazy metric. You’re filtering for people who can handle trivia under pressure, not necessarily good engineers.

Why would someone be under pressure when answering "basic fizzbuzz or reverse a string level questions"? Personally I like easy and quick warmup questions, they make me more calm

Re: It is humiliating to have to do LeetCode grinding for

#130

Earlier quoted context omitted.

> BFS vs DFS Yet, on the real world the answer is always one of "either" or "neither". Anyway, most leetcode aren't of the type of "a widely applicable algorithm solves this". People only know the algorithms that apply to them because they studied those problems specifically. And notice that one of the algorithms on your post is named after a researcher from the 80s. That's some 40 years after computer science became…

Absolutely not lmao. Many problems are more efficiently solved with bfs vs dfs or vice versa. If the problem requires you to reach a leaf dfs is usually better

What? Neither of them are efficient in any practical sense.
Post reply on HN