-
Notifications
You must be signed in to change notification settings - Fork 0
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
algo #49
Comments
for mod-int we went with compile time known mod (subject to change) |
for dfs, we do not have a solution to using a million params ATM considered iterative DFS or some implementation of a recursive closure in rust, but haven't found a great one yet |
todo: integrate atcoder mod int |
we should also start adding |
let's add back dsu because of the better return value of "merge" |
haha shoot fair |
P0
The text was updated successfully, but these errors were encountered: