Open cameroncuster opened 6 months ago
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 #[inline]
everywhere where it makes sense
let's add back dsu because of the better return value of "merge"
haha shoot fair
P0