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 1 month ago

cameroncuster commented 1 month ago

P0

cameroncuster commented 3 weeks ago

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

cameroncuster commented 3 weeks 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 3 weeks ago

todo: integrate atcoder mod int