activity selection problem C++ greedy
-
Updated
Mar 18, 2023 - C++
activity selection problem C++ greedy
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.
Given a set of activities with specific time period,this algorithm finds the maximum activities that can be performed
Add a description, image, and links to the activityselectionproblem topic page so that developers can more easily learn about it.
To associate your repository with the activityselectionproblem topic, visit your repo's landing page and select "manage topics."