Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
321 stars 474 forks source link

Painter Partition Problem #1206

Open PawandeepKaur2405 opened 3 years ago

PawandeepKaur2405 commented 3 years ago

Is your feature request related to a problem? Please describe. Problem name : Painter partition problem Difficulty level : HARD Given length of N different boards and M painter available, a painter paints 1 unit of board in 1 unit of time and each painter will paint consecutive boards. Find the minimum time that will be required to paint all the boards.

Describe the solution you'd like Kindly assign me this issue @Saurabh4626 sir. I would like to add my solution to this problem. Additional context Link to this on GFG practice portal: Problem Link

Programming language

PawandeepKaur2405 commented 3 years ago

@Saurabh4626 @ravikr126 @Ayush7614 Please Assign me this issue. I want to solve it in C++ LGM-SOC'21

Thank You