Skip to content

Adding files to Dynamic programming and Mathematical concept under C++ #167

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

kvv1618
Copy link

@kvv1618 kvv1618 commented Oct 20, 2020

No description provided.

This is a detailed solution to provide intuition on solving CP problems based on answering queries about time interval intersection. 
Have a look into at the question: http://codeforces.com/gym/294377/problem/E
This is a detailed solution to provide intuition on solving CP problems based on finding the reduced max size of a given array whose elements are divisible by given number. (Elements of the array can be replaced by sum of elements present in the array).
Have a look into at the question: https://codeforces.com/problemset/problem/1176/B
@aniketsharma00411
Copy link
Owner

Shouldn't the file name have .cpp extension?

@kvv1618
Copy link
Author

kvv1618 commented Oct 20, 2020 via email

This is a detailed solution to provide intuition on solving CP problems based on answering queries about time interval intersection. 
Have a look into at the question: http://codeforces.com/gym/294377/problem/E
This is a detailed solution to provide intuition on solving CP problems based on finding the reduced max size of a given array whose elements are divisible by given number. (Elements of the array can be replaced by sum of elements present in the array).
Have a look into at the question: https://codeforces.com/problemset/problem/1176/B
@aniketsharma00411
Copy link
Owner

Also rename the 'Particular_sum.cpp' file to 'particular_sum.cpp'

This is a detailed solution to provide intuition on solving CP problems based on finding the reduced max size of a given array whose elements are divisible by given number. (Elements of the array can be replaced by sum of elements present in the array).
Have a look into at the question: https://codeforces.com/problemset/problem/1176/B
@kvv1618
Copy link
Author

kvv1618 commented Oct 20, 2020

I have made the required changes.
Please let me know if I have to change anything else.

@aniketsharma00411
Copy link
Owner

You have not updated the README links after changing the file names.

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