**Combo Lists - ALawliet/algorithms GitHub Wiki

Blind 75 -> 14 Patterns -> Grokking -> Sean Prashad

https://www.youtube.com/watch?v=XfSgQvKfcys&ab_channel=SWEasyTech

https://www.teamblind.com/blog/index.php/2022/02/15/whiteboard-interview-software-engineer-leetcode/

Sean Prashad: https://seanprashad.com/leetcode-patterns/

HackerNoon 14: https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed

Grokking: https://www.educative.io/courses/grokking-the-coding-interview

LC list of common patterns: https://leetcode.com/discuss/career/448285/List-of-questions-sorted-by-common-patterns

lee215: https://leetcode.com/discuss/general-discussion/710547/problem-set-recommended-by-lee215

yangshun (blind75 -> 50): https://www.techinterviewhandbook.org/best-practice-questions/

Blind 75

https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-100-LeetCode-Questions-to-Save-Your-Time-OaM1orEU

Array


Binary


Dynamic Programming


Graph


Interval


Linked List


Matrix


String


Tree


Heap