Interview resources

Resources: https://medium.com/@shivambhadani_/system-design-for-beginners-everything-you-need-in-one-article-c74eb702540b [Super Awesome👆] https://workat.tech/machine-coding/practice https://www.youtube.com/playlist?list=PLMCXHnjXnTnvo6alSjVkgxV-VH6EPyvoX https://codewitharyan.com/system-design/low-level-design https://github.com/lavakumarThatisetti/Machine-Coding-Round

Continue ReadingInterview resources

NeetCode 150

CategoryPatterns# QuestionsEasyMediumHardComplexity (Avg Case)ArraysSliding Window, Two Pointers, Prefix Sum18594O(N) - O(N log N)StringsHashing, Two Pointers, Sliding Window14473O(N)Linked ListFast & Slow Pointers, Recursion10352O(N)Stacks & QueuesMonotonic Stack, LRU Cache12273O(N)Binary SearchSearch Space Reduction,…

Continue ReadingNeetCode 150