7 Commits

Author SHA1 Message Date
654c2a8d7c Do yet another dp problem 2024-10-08 15:06:34 -03:00
a82ebbc4da Add a lot of cses dp problems
I had some free time to just do them, they were pretty easy though.
2024-10-04 17:45:55 -03:00
f758d5659a Finish the problem
There was just one thing missing from my logic, I should have saw
that... Well, everything worked out in the end!
2024-10-03 17:21:12 -03:00
6fb30a91f7 Try to do this one problem
Now I just gotta figure out about how to do a division of a module...
2024-10-03 15:53:59 -03:00
96022df10c Add a cses dp problem
Trying to learn more about range dp.
2024-09-27 20:50:37 -03:00
63472fcbd0 First Floyd Marshall problem
Yay.
2024-09-26 14:50:16 -03:00
0040981432 First problem uploaded here.
I am stupid, I made a struct that ordenates everything
into a different way, but then I forgot to change the
variables on the dijkstra loop to the correct order and
ended up screwing everything...

At least I'm sure I won't be doing this mistake again in
the future.
2024-09-24 09:41:49 -03:00