Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/souvik150/lld-design


https://github.com/souvik150/lld-design

Last synced: 2 days ago
JSON representation

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.