Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T08:27:02.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T11:33:48.908Z (6 months ago)
- Topics: lld, lld-problems, low-level-design, low-level-design-problems
- Language: Java
- Size: 33.2 KB
- Stars: 61
- Watchers: 3
- Forks: 18
- 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)