Tech IndustryNov 28, 2019

Help with Leetcode patterns

I have been struggling with leetcode. I am at 100 questions though but I realized I can't do the problems that I thought I understand pretty well. So I want to identify some core basic problems, identify patterns (like sliding window) and write/discuss basic template codes. I don't think currently I can write a basic sliding window or iterative tree traversal functions, although I have done these earlier. Anyone who wants to help me out in doing this, it will be super helpful. This should be basic stuff for someone at faang. If anyone wants to *seriously* work with me together on this feel free to dm. We can set up an hour everyday for the next 2-3 weeks. Suggestions are welcome on how to tackle this.

Amazon no--name Nov 28, 2019

There is a series of medium articles that explain the patterns in leetcode. I found them really helpful. Go ahead and check them out.

Cisco lalalands Nov 28, 2019

Link?

Neurocrine hm1p7 OP Nov 28, 2019

Someone posted the link below. I guess you are referring to the same thing. I'll check it out, thanks.

Neurocrine hm1p7 OP Nov 28, 2019

Thanks for sharing. I haven't read this, will do. Thanks a lot :)

Amazon no--name Nov 28, 2019

This link is for 2nd article

Bloomberg YHTp12 Nov 28, 2019

100 is nothing, do more

Neurocrine hm1p7 OP Nov 28, 2019

But I can't even solve the ones I already completed

Bloomberg YHTp12 Nov 28, 2019

redo, keep grinding

Spotify bubbedty Nov 28, 2019

https://leetcode.com/explore/learn Each section has sub sections like sliding window for arrays. This was super helpful for me.

Neurocrine hm1p7 OP Nov 28, 2019

Thanks for sharing. I'll have a look :)

Travelport buttnpushr Nov 28, 2019

Yeah the explore section is great to go over the patterns and stuff. Especially the interview question sets have assortments by pattern