need more problems on DFS and tree
# | User | Rating |
---|---|---|
1 | jiangly | 3898 |
2 | tourist | 3840 |
3 | orzdevinwang | 3706 |
4 | ksun48 | 3691 |
5 | jqdai0815 | 3682 |
6 | ecnerwala | 3525 |
7 | gamegame | 3477 |
8 | Benq | 3468 |
9 | Ormlis | 3381 |
10 | maroonrk | 3379 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | Dominater069 | 161 |
4 | Um_nik | 159 |
4 | atcoder_official | 159 |
6 | djm03178 | 157 |
7 | adamant | 153 |
8 | luogu_official | 151 |
9 | awoo | 149 |
10 | TheScrasse | 146 |
cmd
|
14 years ago,
#
|
0
Don't know about IOI tree problems, but can advice some problems from spoj: http://www.spoj.pl/PT07/problems/main/ (on spoj was tree-related contest) and some tree-related problems from acm.sgu.ru:
http://acm.sgu.ru/problem.php?contest=0&problem=195 http://acm.sgu.ru/problem.php?contest=0&problem=280 http://acm.sgu.ru/problem.php?contest=0&problem=134
→
Reply
|
Madiyar
|
14 years ago,
#
^
|
0
http://acm.sgu.ru/problem.php?contest=0&problem=280 trade center problem))
I have solved this task greedy O(n*k), is there any faster solution ?
→
Reply
|
Name |
---|