Skip to content

Instantly share code, notes, and snippets.

View saisudhir14's full-sized avatar
:octocat:
Available to work and collaborate :)

microlook! saisudhir14

:octocat:
Available to work and collaborate :)
View GitHub Profile
@underscoDe
underscoDe / LeetcodeBlind75.md
Last active April 21, 2024 23:55
Customized LeetCode study plans. Grind all 169 questions. This is a gist to help you track your progress.

Grind 169 Leetcode questions

An updated version of Blind 75

Filters:

  • View All Questions
  • Order by Difficulty
  • Group by Topics

Array

@vasanthk
vasanthk / System Design.md
Last active May 4, 2024 16:39
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?