algorithms-in-C-Cplusplus-Java-Python-JavaScript
algorithms-in-C-Cplusplus-Java-Python-JavaScript copied to clipboard
Create WeightedJobScheduling.cpp
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.