-
-
Notifications
You must be signed in to change notification settings - Fork 1.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 our terms of service and privacy 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?
added range update code #1204
Conversation
Visit the preview URL for this PR (for commit 603e7ea): 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 with
the rest of the code. Also, I tested it on this question: DMOPC '15 Contest
1 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 commit 8f52f11) at https://gh.cp-algorithms.com/1204/. |
updates? |
Last ping @A-stick-bug |
Should be good now, I fixed all the issues. |
Added sqrt decomposition code that supports both range updates and range queries in O(sqrt(n))