Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Job Sequencing Algorithm in c++ #2881

Open
sneha0099 opened this issue Oct 25, 2024 · 3 comments · May be fixed by #2882
Open

Add Job Sequencing Algorithm in c++ #2881

sneha0099 opened this issue Oct 25, 2024 · 3 comments · May be fixed by #2882
Labels
enhancement New feature or request stale Author has not responded to the comments for over 2 weeks

Comments

@sneha0099
Copy link

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

@sneha0099 sneha0099 added the enhancement New feature or request label Oct 25, 2024
@sneha0099
Copy link
Author

/ assign

@sneha0099 sneha0099 linked a pull request Oct 25, 2024 that will close this issue
8 tasks
@Serioton-codes
Copy link

Do you want the algorithms to also report the order of the jobs or just the maximum profit we can make ?

Pranjal-231003 pushed a commit to Pranjal-231003/C-Plus-Plus that referenced this issue Oct 28, 2024
Copy link
Contributor

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.

@github-actions github-actions bot added the stale Author has not responded to the comments for over 2 weeks label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale Author has not responded to the comments for over 2 weeks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants