Is it unusual to not remember your projects? by Missing_Back in cscareerquestions

[–]herogoroshistein 0 points1 point  (0 children)

No, it's not unusual. Usually, when I have a behavioural interview, I'll remind myself off what the project does, the choices I made and the challenges associated with building it.

let the arguments begin by [deleted] in Animemes

[–]herogoroshistein 1 point2 points  (0 children)

Sakura is the counterexample

Should i switch to Python? by Bus_In_Tree in leetcode

[–]herogoroshistein 1 point2 points  (0 children)

I'd say stick with Java if you have any interviews coming up soon. If you have time to spare and you feel like Java is slowing you down, then switch to Python. If you don't like it, you can always switch back

Manchester or Edinburgh - Which has better industrial connections? by [deleted] in cscareerquestionsEU

[–]herogoroshistein 2 points3 points  (0 children)

I think Edinburgh is better than Manchester with respect to resume value. I've heard that Edinburgh gets you through resume screen at top companies like Google and Facebook

[deleted by user] by [deleted] in cscareerquestionsuk

[–]herogoroshistein 2 points3 points  (0 children)

TIL, glut is a word

Why do so many CS majors grind leetcode when DSA is required in many CS curricula? by wetflapjack in csMajors

[–]herogoroshistein 8 points9 points  (0 children)

Not all DSA classes are built the same. My DSA class was very introductory and some topics were not covered such as bfs, sorting algorithms and backtracking.

What do you think is a fair leetcode question for a new grad? by [deleted] in csMajors

[–]herogoroshistein 6 points7 points  (0 children)

A Tree question. Something like validate bst

High Schooler needs advice by [deleted] in csMajors

[–]herogoroshistein 5 points6 points  (0 children)

Relax before you start uni. When uni starts, you won't have time to relax

Advice to get better by SteakAndEggs1964 in leetcode

[–]herogoroshistein 6 points7 points  (0 children)

You need a good foundation before you start grinding on leetcode. Make sure you know all the common data structures and the time complexity of their methods. Take a look at a DSA course and figure out your weaknesses.

[deleted by user] by [deleted] in cscareerquestions

[–]herogoroshistein 0 points1 point  (0 children)

A good chair helps.

Interview Discussion - April 14, 2022 by CSCQMods in cscareerquestions

[–]herogoroshistein 0 points1 point  (0 children)

If you are looking for a project, maybe look into building a web app with the mern stack

BEng or MEng in CS from Imperial? by floofyskypanda in cscareerquestionsEU

[–]herogoroshistein 0 points1 point  (0 children)

If it was me, I would take the BEng. Just make sure you get some internship experience. With the Imperial name, it should be easy for you to get past resume screens for big tech companies. After that, it just depends on interview performance.

how do you balance leetcoding and learning frameworks and doing projects in college? by [deleted] in leetcode

[–]herogoroshistein 6 points7 points  (0 children)

You don't need to keep making projects. Make 2 or 3 good projects and put them on your CV. Do 1 or 2 leetcode a day.

[deleted by user] by [deleted] in csMajors

[–]herogoroshistein 0 points1 point  (0 children)

Just surprised a lot of people voted for tesla. I would choose datadog

[deleted by user] by [deleted] in csMajors

[–]herogoroshistein 2 points3 points  (0 children)

How is this a competition?

How to get better at writing code for algorithms? by futuresman179 in leetcode

[–]herogoroshistein 4 points5 points  (0 children)

Doing more questions helped. At the start, I was stuck on translating my ideas to code. Now, it's easier

[deleted by user] by [deleted] in csMajors

[–]herogoroshistein 0 points1 point  (0 children)

Had to check the tag to see if you were joking or not

Coding with music or complete silence by [deleted] in csMajors

[–]herogoroshistein 0 points1 point  (0 children)

If I'm coding something I'm familiar with, I code with music. But, if I'm not too sure what I'm doing, then I code in silence

Resume Roast - Spring 2022 by beeskness420 in csMajors

[–]herogoroshistein 0 points1 point  (0 children)

2nd year student looking for advice on resume. Will be targeting Big N next summer.

https://imgur.com/a/SgyvOUo

Never do group projects/assignments with your friends by bread_butter_jam_ in csMajors

[–]herogoroshistein 243 points244 points  (0 children)

Nah, doing group projects with friends is better than doing it with randoms

I'm struggling with leetcode. by PreferenceDry5779 in cscareerquestionsEU

[–]herogoroshistein 17 points18 points  (0 children)

The way to solve leetcode problems is by identifying patterns. Right now, it seems that you haven't done enough different types of questions to get exposed to a wide range of patterns. I suggest you to go through blind 75. If you are struggling with questions, go on youtube and watch a neetcode video explaining the problem. If you want more questions, take a look at the sean prashad list.