mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-17 10:59:37 +00:00
[PR #1361] [CLOSED] added activity selection problem #1962
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1361
Author: @risanlang
Created: 10/23/2023
Status: ❌ Closed
Base:
master← Head:BRANCH_RISAN📝 Commits (1)
3d19f21added activity selection problem📊 Changes
1 file changed (+192 additions, -0 deletions)
View changed files
➕
greedy_approach/activity_selection.c(+192 -0)📄 Description
Description of Change
References
Checklist
Notes: Solving of Activity Selection Problem Using Greedy Technique

After arranging the list of activities in increasing order of their End time
We see that maximum seven activity A1,A3,A4,A6,A7,A9,A10 without any conflicting activity timing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.