Skip to content

Commit f67a014

Browse files
committed
update
1 parent d95bedc commit f67a014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/graphs/euler_path.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! u--, v--;
88
//! adj[u] += {v, i};
99
//! }
10-
//! vector<pii> path = euler_path(adj, m, s);
10+
//! vector<pii> path = euler_path(adj, m, source);
1111
//! @endcode
1212
//! @time O(n + m)
1313
//! @space O(n + m)

0 commit comments

Comments
 (0)