-
Notifications
You must be signed in to change notification settings - Fork 512
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
SOS DP Module Revamp #5076
base: master
Are you sure you want to change the base?
SOS DP Module Revamp #5076
Conversation
for more information, see https://pre-commit.ci
by chance is it possible for you to test the implementation somewhere? |
Sorry but I don't have any proficiency in this particular topic. |
On second thought give me some days I will se what I can do |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
<CPPSection> | ||
|
||
```cpp | ||
for (int i = 0; i < (1 << n); i++) { sos[i] = a[i]; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not sos = a
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the basics looks good
Looks good! Just added a bunch of minor comments. |
It's good where it is. |
Co-authored-by: Benjamin Qi <[email protected]>
Co-authored-by: Benjamin Qi <[email protected]>
Co-authored-by: Benjamin Qi <[email protected]>
Co-authored-by: Benjamin Qi <[email protected]>
Co-authored-by: Benjamin Qi <[email protected]>
Co-authored-by: Benjamin Qi <[email protected]>
Co-authored-by: Benjamin Qi <[email protected]>
Co-authored-by: Benjamin Qi <[email protected]>
Co-authored-by: Benjamin Qi <[email protected]>
Place an "x" in the corresponding checkbox if it is done or does not apply to this pull request.
closes #4994
closes #4995
Vowels
AC (C++): https://codeforces.com/contest/383/submission/303675477
AC (Python): https://codeforces.com/contest/383/submission/303676749