An open API service indexing awesome lists of open source software.

https://github.com/championswimmer/low-level-design-problem

Case studies (with solution codes) for Low Level System Design problems
https://github.com/championswimmer/low-level-design-problem

case-study java lld lld-problems low-level-design object-oriented-programming system-design typescript

Last synced: about 1 month ago
JSON representation

Case studies (with solution codes) for Low Level System Design problems

Awesome Lists containing this project

README

        

# Low Level Design Problems

## Problems

### Games

| **Problem Statement** | **Solutions** |
|---------------------------------------------------------|--------------------------------------------------------------------------------------------------|
| 1. [Tic Tac Toe](problems/01-tic-tac-toe.md) |

  • [ ] [java](solutions/java/)

  • [x] [typescript](solutions/typescript/01-tic-tac-toe) |
    | 2. [Wordle](problems/02-wordle.md) |
    • [x] [java](solutions/java/02-wordle)

    • [ ] [typescript](solutions/typescript/) |
      | 3. [Snake and Ladder](problems/03-snake-and-ladders.md) |
      • [x] [java](solutions/java/03-snakeladder)

      • [ ] [typescript](solutions/typescript/) |