https://github.com/mr-mohan-v/waste-management-system
Waste management program which stores and analyses the data of waste collected from each house and bill for it
https://github.com/mr-mohan-v/waste-management-system
clanguage flowgorithm waste-management
Last synced: about 2 months ago
JSON representation
Waste management program which stores and analyses the data of waste collected from each house and bill for it
- Host: GitHub
- URL: https://github.com/mr-mohan-v/waste-management-system
- Owner: mr-mohan-v
- Created: 2022-02-10T15:18:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T16:24:51.000Z (about 2 years ago)
- Last Synced: 2025-01-05T16:33:29.264Z (4 months ago)
- Topics: clanguage, flowgorithm, waste-management
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waste-Management-System
# Problem Specification:
~ A city municipality decided to collect wastes from
residential area under its administration.
~ Every day a truck with few employees go door to door
for collecting waste from houses.
~ Each day is assigned for particular type of waste
(degradable waste, plastic waste and electronic waste).# Problem Identification:
# Objectives:
1. Statistics of the waste collection per area. Statistics includes average wastes collected in all categories of wastes.
2. House number which gives less quantity of waste and refunding the amount .
3. Processing fees for waste collection per house. Total earning for the municipality per month.
4. Percentage of the waste from each category.
5. Expense for managing waste of each house.# Input data:
1. Number of areas the city municipality collects from.
2. Number of individual houses in each residential area.
3. Number of days in a month.
4. Weight of waste in each category from each house per day (per area).# Data Assumptions:
Days in which type of waste collected:
Degradable waste : 1,4,7,10,...
Plastic waste : 2,5,8,11,...
Electronic waste : 3,6,9,12,...
1kg of Degradable waste : Rs 5
1kg of Plastic waste : Rs 10
1kg of Electronic waste : Rs 15