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

Create painterpartitionproblem.cpp #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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 (Hacktoberfest 2021! 🚀 #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