Skip to content

Given a set of activities with specific time period,this algorithm finds the maximum activities that can be performed

License

Notifications You must be signed in to change notification settings

YorgosBas/Activity-Selection-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Activity Selection Algorithm

Given a set of activities with specific time period,this algorithm finds the maximum activities that can be performed in that specific time period

Tests

Activity # Start Finish
1 18 20
2 19 20
3 20 21
4 22 23
5 18 19
6 19 23

Result

Maximum Number of Activities : 3 at time 19-20

About

Given a set of activities with specific time period,this algorithm finds the maximum activities that can be performed

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages