Given a set of activities with specific time period,this algorithm finds the maximum activities that can be performed
-
Updated
Jan 16, 2019 - C
Given a set of activities with specific time period,this algorithm finds the maximum activities that can be performed
24 problems implementation for Algorithms assignment and their details are included in README
A Java-based Event Scheduler that assigns events to two venues using a greedy algorithm to avoid overlap. It includes both a console version and a GUI version using Swing, allowing users to input event timings and see the optimized schedule across two available venues.
activity selection problem C++ greedy
To associate your repository with the activityselectionproblem topic, visit your repo's landing page and select "manage topics."