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

[GSSOC 23] Adding Mo's Algorithm #525

Open
okaditya84 opened this issue Jun 20, 2023 · 0 comments
Open

[GSSOC 23] Adding Mo's Algorithm #525

okaditya84 opened this issue Jun 20, 2023 · 0 comments

Comments

@okaditya84
Copy link

Mo's algorithm is a technique used for offline processing of range queries. It works by dividing the input into blocks and sorting the queries in such a way that they can be processed efficiently. By carefully ordering the queries, you can optimize the processing time by reusing computations from previous queries.
This will enable potential competitive coders to go in deep concepts.

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

No branches or pull requests

1 participant