algorithms-in-C-Cplusplus-Java-Python-JavaScript icon indicating copy to clipboard operation
algorithms-in-C-Cplusplus-Java-Python-JavaScript copied to clipboard

Create WeightedJobScheduling.cpp

Open sanjaymajhi opened this issue 5 years ago • 0 comments

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.

sanjaymajhi avatar Oct 03 '20 06:10 sanjaymajhi