A university project in which the following problems are solved in Java language and also have a graphical appearance using JavaFX
-
Updated
Jul 19, 2024 - Java
A university project in which the following problems are solved in Java language and also have a graphical appearance using JavaFX
The goal of the JobSequencing problem is as follows. Given workers and jobs, where each job has a designated length, assign each of the jobs to one of the workers such that largest total length assigned to a worker is minimized
Here I have added some algorithms solved in Python using both iterative and dynamic method to show how they have been optimized [starting] from an iterative approach [finally] to the bottom-up approach
optimal arrangement of jobs that certain deadlines must be completed to maximize profit or minimize loss
Add a description, image, and links to the job-sequencing topic page so that developers can more easily learn about it.
To associate your repository with the job-sequencing topic, visit your repo's landing page and select "manage topics."