A hypothetical community is facing issues with food scarcity .
In a given day, people within the community will be complaining about lack of food because available food is depleted quickly
Another reason for this issue is absence of planning .
The community managers do not know the total number of people in the community.
The town sits in a location that makes people from other communities pour in.
They usually come in during the early hours of each day, and then buy most of the food available.
To solve this problem, the leaders have decide to do the following :
- Create a register of everyone in the community and note the quantity of food they need for a day
- Estimate the total food distribution available per day based on food vendors data
- Find a way to efficiently distribute the food to the locals
- Determine an optimum amount of foreigners to allow into the community based on a food to people index . The higher the index, the more foreigners that are allowed
The community has reached out to you to help them solve this problem.
How will you help them out using your problem solving skill and Python as a language to implement it ?
This will be our focus for today