programming-team-code / programming_team_code_rust

rustaceans
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

algo #49

Open cameroncuster opened 6 months ago

cameroncuster commented 6 months ago

P0

cameroncuster commented 5 months ago

for mod-int we went with compile time known mod (subject to change)

cameroncuster commented 5 months ago

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

lrvideckis commented 5 months ago

todo: integrate atcoder mod int

lrvideckis commented 4 months ago

we should also start adding #[inline] everywhere where it makes sense

lrvideckis commented 4 months ago

let's add back dsu because of the better return value of "merge"

cameroncuster commented 4 months ago

haha shoot fair