I have just learnt about MST.
Can anyone suggest me some problems on Codeforces's problem set that are related to MST ?
Thanks.
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 161 |
5 | djm03178 | 158 |
6 | -is-this-fft- | 157 |
7 | adamant | 155 |
8 | awoo | 154 |
8 | Dominater069 | 154 |
10 | luogu_official | 151 |
I have just learnt about MST.
Can anyone suggest me some problems on Codeforces's problem set that are related to MST ?
Thanks.
Name |
---|
I think it's better for you to search in problemset but among all problems I saw in CF, I think 160D - Edges in MST is best one.
good luck
Thanks.
From this blog Link
http://mirror.codeforces.com/contest/908/problem/F (5) //[VERY NICE] //Not exactly MST but similar[GREEDY]
http://mirror.codeforces.com/contest/125/problem/E (5) //[BS]
http://mirror.codeforces.com/contest/76/problem/A (4) //[VERY NICE] Sort by A and KEEP spanning + one edge
LA 6622 — Absurdistan Roads (4) //Plus one edge
UVA 12176
UVA 10600
UVA 10724
https://www.hackerrank.com/contests/june-world-codesprint/challenges/johnland
UVA 11710
Gym 101252C [2014-2015 CT S02E05: Codeforces Trainings Season 2 Episode 5 — 2009-2010 ACM-ICPC]
Gym 101047I [2015 USP Try-outs][HARD]
UVA 11183 [Directed]
LightOJ 1101
https://www.codechef.com/problems/CHEFELEC
UVA 10307
http://mirror.codeforces.com/problemset/problem/598/D
http://mirror.codeforces.com/problemset/problem/32/C
http://mirror.codeforces.com/problemset/problem/744/A
https://devskill.com/CodingProblems/ViewProblem/344
908 — Re-connecting Computer Sites [UVA]
1208 — Oreon [UVA]
1235 — Anti Brute Force Lock [UVA]
10034 — Freckles [UVA]
11228 — Transportation system [UVA]
11631 — Dark roads [UVA]
11733 — Airports [UVA]
11747 — Heavy Cycle Edges [UVA]
BLINNET SPOJ (3)
11183 UVA (4) //Directed [need to know algo!]
http://www.spoj.com/problems/ULM09/ (3) //Sum-Kruskal
http://www.spoj.com/problems/IITKWPCG/ (4) //VERY NICE [log instead of price]
http://mirror.codeforces.com/contest/17/problem/B (3) //Spanning tree [no dsu]