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

JOB SEQUENCING PROBLEM IMPLEMENTATION USING GREEDY ALGO IN PYTHON[SWOC21] #113

Closed
spursbyte opened this issue Jan 6, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@spursbyte
Copy link

An array of jobs is given where every job has a deadline and associated profit if the job is finished before the deadline. It is also given that every job takes the single unit of time, so the minimum possible deadline for any job is 1. finding a way to maximize total profit if only one job can be scheduled at a time.

@Abhijit2505
Copy link
Member

@spursbyte although you have pasted a question copied from some website here, you should focus on making the algorithm and the code dynamic.

We have the software and we are not doing programming problems here.

Do get started and add the algorithm only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants