Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
added range update code#1204
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Visit the preview URL for this PR (for commit603e7ea): https://cp-algorithms--preview-1204-f0s8g2k4.web.app (expires 2023-12-27T02:26:54.469890884Z) |
Thanks for the pull request! I have few concerns here:
|
@A-stick-bug hi, do you plan any further work on this pull request? |
I will write it in c++ some time this weekend and make it consistent withthe rest of the code. Also, I tested it on this question: DMOPC '15 Contest1 P6 - Lelei and Contest - DMOJ: Modern Online Judge<https://dmoj.ca/problem/dmopc15c1p6> …On Thu, Jan 4, 2024 at 8:40 AM Oleksandr Kulkov ***@***.***> wrote:@A-stick-bug <https://github.com/A-stick-bug> hi, do you plan any further work on this pull request? — Reply to this email directly, view it on GitHub <#1204 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AY7C6JUX4EPINTAGTPL4KH3YM2WLBAVCNFSM6AAAAABAL2LUKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZXGEYTCNBTG4> . You are receiving this because you were mentioned.Message ID: ***@***.***> |
Preview the changes for PR#1204 (for commit8f52f11) athttps://gh.cp-algorithms.com/1204/. |
updates? |
Added sqrt decomposition code that supports both range updates and range queries in O(sqrt(n))