Skip to content

Conversation

@sanjaymajhi
Copy link
Contributor

Given N jobs where every job is represented by following three elements of it.

1.Start Time
2.Finish Time
3.Profit or Value Associated (>= 0)

Find the maximum profit subset of jobs such that no two jobs in the subset overlap.

Given N jobs where every job is represented by following three elements of it.

    1.Start Time
    2.Finish Time
    3.Profit or Value Associated (>= 0)

Find the maximum profit subset of jobs such that no two jobs in the subset overlap.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant