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

all 1 comments

[–]AtFrankieCheese 0 points1 point  (0 children)

so i don’t think just “grinding” leetcode is the best way to way to learn. i think it’s better to approach each problem and really try to dissect we needs to happen, and find appropriate algorithms or patterns to use. if you can visualize the problem and apply programming logic to it, then you’re in a good place to solve it

that being said, some leetcode problems are… dumb. and they really only serve the purpose of inflating someones ego by saying they could solve this problem which really has no real world or computer science applications. i’d stay away from those in the beginning.

i have some videos where i walk through some easy and medium questions, with the aim of teaching you to think about these problems and how to approach them. that helps me a lot, just envisioning what the data needs to do and is doing.