Skip to content

Commit 3c21db9

Browse files
committed
one last fix
1 parent 92091d5 commit 3c21db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/dsu/dsu_weighted.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! dsu_weighted dsu(n);
44
//! dsu.join(u, v, w);
55
//! // we now know a[u] = a[v] + w
6-
//! ll w = dsu.diff(u, v)
6+
//! ll w = dsu.diff(u, v);
77
//! // satisfies a[u] = a[v] + w based on prior joins
88
//! @endcode
99
//! @time O(n + q * \alpha(n))

0 commit comments

Comments
 (0)