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
- Host: GitHub
- URL: https://github.com/championswimmer/low-level-design-problem
- Owner: championswimmer
- Created: 2022-04-06T10:52:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T07:04:27.000Z (about 3 years ago)
- Last Synced: 2024-10-31T19:42:51.946Z (7 months ago)
- Topics: case-study, java, lld, lld-problems, low-level-design, object-oriented-programming, system-design, typescript
- Language: Java
- Homepage:
- Size: 134 KB
- Stars: 59
- Watchers: 2
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/) |