Hackerrank Attending Workshops Solution
A student signed up for workshops and wants to attend the maximum number of workshops where no two workshops overlap. You must do the following:
Implement structures:
struct Workshop having the following members:
* The workshop's start time.
* The workshop's duration.
* The workshop's end time.