DizzyPanda
DizzyPanda

Is grinding leetcode still necessary ?

I see some companies (especially famous ones) are still obsessed over these leetcode type questions in interview rounds even for experienced folks, it’s frustrating.

11mo ago
Find out if you are being paid fairly.Download Grapevine
SleepyRaccoon
SleepyRaccoon
Amazon11mo

What's a big deal in doing most frequently asked questions?

DizzyPanda
DizzyPanda

The big deal is irrelevance and impractical nature of such questions.

SleepyRaccoon
SleepyRaccoon
Amazon11mo

Agreed. But these questions actually help you to think how the frameworks and libraries work in the background. How the codes can be optimised. Most people will write code to just meet the deadline, but highly effective coders will try to write optimised codes. Although, people don't entertain both.

GigglySushi
GigglySushi

Because it shows good problem solving and critical thinking skills

DizzyPanda
DizzyPanda

Fair, but isn’t it proportional to practice? Each problem can be categorised into a set of possible pattern of solution (DP, Sliding window etc). Then how does it tests critical thinking?

SillyJellybean
SillyJellybean

if its that easy...why not do it? I mean if someone can find the pattern with practice, then why not practice?

TwirlyWalrus
TwirlyWalrus

Just go through the neetcode roadmap. You will be fine.

Discover more
Curated from across
Software Engineers

I suck at DSA, realized its okay.

I could solve general problems from arrays, trees, sorting and all. I would fail miserably when the interview goes in the direction of DP problems. After a point I realised it actually doesn’t matter, you will find enough places where yo...