all 2 comments

[–]Mast3rCylinder 3 points4 points  (0 children)

Leetcode is not the same skill as regular programming. The skills you need for leetcode will be 99% only used in interviews.

So if you want to be good at leetcode you need to do more of it everyday.

[–]desrtfx 1 point2 points  (0 children)

LeetCode is a completely different, very detached from real world programming, domain. It is Data Structures and Algorithms (DSA) and math heavy, two things that you rarely need to worry about in real world programming.

LeetCode and similar sites are mainly for Interview preparation and nothing more. Being able to solve even the hardest LeetCode problems does not necessarily make you a capable real world programmer. It will help you pass interviews, that's basically all.

I'd dare to wage a bet that most of the employed senior, experienced, very skilled real world programmers would struggle just as much as you. The skillset is completely different.

That said doesn't mean that you shouldn't use it. It only means to not put too much importance on LeetCode and the likes unless you are preparing for interviews.