prathimacode-hub / PyAlgo-Tree

👍This project aims to be a finest hub of various data structures and algorithms using python. Feel free to contribute and show your support by ✨ this repository.
https://prathimacode-hub.github.io/PyAlgo-Tree/
MIT License
34 stars 43 forks source link

Activity Selection Problem using Greedy Approach #206

Closed abhisheks008 closed 2 years ago

abhisheks008 commented 2 years ago

Related Issue #204

:red_circle: Issue Name : Activity Selection Problem [Directory : Greedy Approach]

Closes: #204

Description :

Created a Python script using the Greedy method to find out the maximum activities to be done by a person, assuming that a person can only work on a single activity at a time.

Type of change

What sort of change have you made:

How Has This Been Tested?

This script or code has been tested using various test cases and scenarios.

Checklist: