| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | turmax | 3559 |
| 6 | tourist | 3541 |
| 7 | strapple | 3515 |
| 8 | ksun48 | 3461 |
| 9 | dXqwq | 3436 |
| 10 | Otomachi_Una | 3413 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 157 |
| 2 | adamant | 153 |
| 3 | Um_nik | 147 |
| 3 | Proof_by_QED | 147 |
| 5 | Dominater069 | 145 |
| 6 | errorgorn | 142 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
|
0
Auto comment: topic has been updated by WalidMasri (previous revision, new revision, compare). |
|
0
Auto comment: topic has been updated by WalidMasri (previous revision, new revision, compare). |
|
0
Auto comment: topic has been updated by WalidMasri (previous revision, new revision, compare). |
|
0
Assume that the input graph is already a DAG and we're applying SCC Contraction Building a hash function that checks whether an edge is added or not between every 2 pair of vertices takes O(N^2) space which is not feasible for big instances. |
|
0
Can you describe your approach? Thanks! |
|
-12
Can you please make tutorials on Tarjan SCC algorithm and maximum flow? Thank you for your effort! |
|
+3
Thank you :) |
|
0
P_Nyagolov is now officially the man of the day :) |
|
0
Thank you! |
|
0
can we transform it into an undirected tree then? |
|
0
of course they are not in the same graph. What i meant is, if i found some way the biconnected components of an undirected graph, can i create a DAG out of it if i contract all the BC? |
|
0
We can transform a directed graph using SCC to a DAG. Can we do the same if we find the biconnected components? |
|
0
Does Tarjan algorithm also works on undirected graph for finding biconnected components ? |
|
0
http://mirror.codeforces.com/gym/100676 In such contest, the solution of the last problem pointed out that we need to get the SCC of the graph. Any idea? |
|
0
Does kosaraju and Tarjan algortihms works on undirected graph? if no is the answer, how can i find the SCC in an undirected graphs? |
|
+1
does anyone have the link of the contest? |
|
0
how is it [logN][N] ? My implementation use parent[N][N] Can you provide a code of your approach? Thanks! |
|
-16
Nice! but binary lifting is slow with a query of O(log^2 n) |
|
0
what does HPD stands for? |
| Name |
|---|


