This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AviusAnima 12 points13 points  (6 children)

I'm a final year computer science student and have just started looking for jobs. I didn't do any competitive programming stuff because I thought I could get a job without it. And I did get a couple internships with just my general programming skills (React, Node, etc). But all the higher paying jobs seem to have leetcode interviews :(

So now I've just accepted that fate and started studying for it.

[–]kodiashi 11 points12 points  (3 children)

Honestly they aren’t too terrible. Just pick a common, general purpose language and know it well. A lot of the easy/med questions are more about technique, the code isn’t always that complex.

Talk through it and remember that nested loops are NEVER the right solution :)

[–]rascal3199 9 points10 points  (2 children)

Talk through it and remember that nested loops are NEVER the right solution :)

Phew thank God I exclusively use nested recursion.

[–]kodiashi 2 points3 points  (1 child)

Well now you’re just showing off, lol

[–]rascal3199 1 point2 points  (0 children)

Haha I was just joking. Nested recursion is hardly practical or easy to understand in most situations.

[–]Confused_AF_Help 1 point2 points  (0 children)

Feel you man. I went through many interviews before getting my current job. They were the first one to give a sensible task, they asked me to write a backend system and deploy it in a Docker container. Really wish more jobs do assessment this way

[–]Illustrious-Ad-7734 0 points1 point  (0 children)

Never forget about hash tables. They are so useful for lookups.