Add Job Sequencing Algorithm in c++
sneha0099 opened this issue · 4 comments
Detailed description
I would like to implement the Job Sequencing Algorithm in C++ as part of the repository's collection of algorithms. This algorithm is used to maximize profit by scheduling jobs within their respective deadlines.
Context
The Job Sequencing Algorithm is a popular greedy algorithm often applied in scheduling and resource allocation problems. It is especially useful when each job has an associated deadline and profit, with the aim to sequence jobs to maximize profit. This algorithm could be a valuable addition for learners and developers, providing an efficient approach to similar scheduling problems.
Possible implementation
No response
Additional information
No response
/ assign
Do you want the algorithms to also report the order of the jobs or just the maximum profit we can make ?
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!