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

Implement Solution for Painter's Partition Problem #2755

Open
Salonisaroha opened this issue Oct 15, 2024 · 0 comments
Open

Implement Solution for Painter's Partition Problem #2755

Salonisaroha opened this issue Oct 15, 2024 · 0 comments

Comments

@Salonisaroha
Copy link

Please @DHEERAJHARODE assign me the following issue.
I would like to implement a solution for the Painter's Partition Problem, which involves distributing tasks among multiple painters to minimize the maximum time taken. The problem has practical applications in areas like task scheduling, load balancing, and resource allocation.

Approach:
I plan to use a binary search algorithm combined with a feasibility check to determine the optimal solution efficiently. The implementation will focus on balancing the workload among painters while minimizing the maximum time required.

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

No branches or pull requests

1 participant