Contains my approaches on some low-level design or machine coding interview questions in Golang.
Problem | Solution | Blog |
---|---|---|
Golang LLD: Design a Cache System | Solution | Blog |
Golang LLD: Design a Task Scheduler | Solution | Blog |
Note:
You are welcome to share your own approaches by creating an issue. Please follow this pattern:
- Title: "Approach: <Problem Name>"
- Example: "Approach: Design a Cache System"