https://github.com/imk13/low-level-design
low-level-design
https://github.com/imk13/low-level-design
lld lld-problems low-level-design low-level-design-problems
Last synced: 9 days ago
JSON representation
low-level-design
- Host: GitHub
- URL: https://github.com/imk13/low-level-design
- Owner: imk13
- Created: 2020-05-05T22:49:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T08:27:02.000Z (over 2 years ago)
- Last Synced: 2024-11-18T13:47:03.432Z (6 months ago)
- Topics: lld, lld-problems, low-level-design, low-level-design-problems
- Language: Java
- Size: 33.2 KB
- Stars: 64
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Android-Resource - Low level Design Implementation
README
#### LLD implemented for following sample problems
- [Deck of cards](https://github.com/imk13/low-level-design/blob/master/deck-of-cards)
- [Mychess](https://github.com/imk13/low-level-design/blob/master/mychess.com)
- [Cab booking system](https://github.com/imk13/low-level-design/blob/master/cab_booking_system)
- [Food ordering system](https://github.com/imk13/low-level-design/blob/master/food-ordering-system)
- [Simple Board Snake](https://github.com/imk13/play_snake)
- [Battleship Game](https://github.com/imk13/battleship_game)