Skip to content

Comments

Create painterpartitionproblem.cpp#32

Open
Swaransh2903 wants to merge 1 commit intoabxhr:mainfrom
Swaransh2903:patch-1
Open

Create painterpartitionproblem.cpp#32
Swaransh2903 wants to merge 1 commit intoabxhr:mainfrom
Swaransh2903:patch-1

Conversation

@Swaransh2903
Copy link

@Swaransh2903 Swaransh2903 commented Oct 26, 2021

I have created the program and would love to make changes if required. Kindly go through it.

@abxhr abxhr mentioned this pull request Oct 27, 2021
Copy link
Owner

@abxhr abxhr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make the required changes

  • Fix the header file issue, as commented in the review
  • Add the required documentation files, as mentioned in the issue (#1)

Comment on lines +1 to +4
//program to find the minimum number of painters required to paint given number of boards
// complexity: O(log n)
#include<bits/stdc++.h>
using namespace std;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only use the required header files. Don't import bits/stdc++.h

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

Successfully merging this pull request may close these issues.

2 participants