2.5 KiB
TODO list
List of unsolved problems that I should try again later. Putting everything here to clean my tabs
Codeforces
Problem from codeforces.
Divs
Official divs from codeforces
-
Educational
-
I have no clue where to even start.
-
I have an idea, but it's really annoying to solve it.
-
F. Fibonacci String Subsequences
Obviously DP, but not sure how to do it...
-
Tree problem, looks interesting.
-
DP with optimization?
-
-
Div 1/2
-
The idea is simple, but I have to think through it better.
-
DP with optimization.
-
Maybe MEX with two pointers?
-
Looks greedy.
-
I tried this a long time ago, don't remember what it's about, just remembered that I tried a greedy solution and it didn't work.
-
-
Div 3
-
Graph problem, don't remember the details.
-
-
Div 4
-
I barely read it, not sure were I found it either, but looks pretty easy.
-
GYM
Gym from simulations or contests that I did
-
ICPC Brazil first phase
-
If I did this one, I would have passed into second phase, must try to solve it ASAP.
-
-
ICPC Northwestern European Regional
Link because it has no problem page in gym.
-
L. Last Guess
I think I can solve it with flow.
-
-
USP Try-outs
-
I have NO clue why my code keeps getting WA, awful implementation problem.
-
I don't remember what the problem was about, I just know that I tried it before.
-
Atcoder
-
DP with optimization.