algorithms
algorithms copied to clipboard
Create Activity Selection Problem
This is a Greedy Solution to the Activity Selection Problem ( Select from a list of choices the maximum no. of activities that can be done) The Solution is implemented in C++ .