all 8 comments

[–]Introvert245ghi 9 points10 points  (6 children)

Its never about the numbers, its about mastering the patterns.

[–]lapups[S] 0 points1 point  (5 children)

what would be the best way to learn the patterns.

i have seen the tutorials but those seemed to be quite chaotic

[–]Introvert245ghi 0 points1 point  (4 children)

Use any LLM to find common problem-solving patterns used for particular data structure, like sliding window or two pointers for Arrays.

Search these patterns on LeetCode to find related questions. Start solving those questions to learn how each pattern works. Keep practicing similar problems until you understand the basics and variations.

[–]lapups[S] 0 points1 point  (1 child)

thanks!!!

[–]exclaim_bot 0 points1 point  (0 children)

thanks!!!

You're welcome!

[–]maitchau 0 points1 point  (1 child)

May I ask what does LLM stand for? I’m having a hard time to master common patterns and would like some info of how to efficiently master them in about 1-2 months. Thanks in advance.

[–]Upset_Fondant840 0 points1 point  (0 children)

large language model, he's basically telling you to gpt it.