Skip to content

Commit 744649e

Browse files
committed
add another link
1 parent 5c2f5af commit 744649e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/trees/edge_cd.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#pragma once
22
//! https://codeforces.com/blog/entry/104997
33
//! https://codeforces.com/blog/entry/120446
4+
//! https://codeforces.com/blog/entry/142176
45
//! https://youtu.be/wDwaMo5xa-k
56
//! @code
67
//! {
78
//! vector<vi> adj(n);
8-
//! edge_cd(adj, [&](
9-
//! const vector<vi>& adj,
9+
//! edge_cd(adj, [&](const vector<vi>& adj,
1010
//! int cent, int split) {});
1111
//! }
1212
//! vector<basic_string<int>> adj(n);

0 commit comments

Comments
 (0)