Open Salonisaroha opened 2 weeks ago
@DhanushNehru I request you to please assign me this issue.
@DhanushNehru is this repository excluded from the hacktoberfest. As in the hacktoberfest , it shows that repository has been excluded.
Hi @Salonisaroha this is just a template repo to fork and raise a PR
Checkout repos here to contribute that counts towards hacktoberfest and join discord for more discussions
please @DhanushNehru assign me this 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.