Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/souvik150/lld-design
https://github.com/souvik150/lld-design
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/souvik150/lld-design
- Owner: souvik150
- Created: 2024-08-16T09:37:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T16:39:14.000Z (3 months ago)
- Last Synced: 2024-08-19T19:46:46.048Z (3 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store Design LLD
### Overview
This C++ program simulates a decision-making process for placing boxes in a store based on the median of the last 30 days of rent data. It provides functions to decide whether to place a box in the store and calculates the profit generated in a given month.
### Files
`main.cpp`: Contains the implementation of the Store and Box classes, along with the main function that drives the program.
`README.md`: This file, explaining the usage and logic of the program.