Skip to content

Commit

Permalink
Update functional_graph_processor.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvideckis authored Nov 28, 2024
1 parent c287c91 commit 1725f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/graphs/functional_graph_processor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! int root = cycle[cyc_id][cyc_pos];
//! bool is_on_cycle = (v == root);
//! @endcode
//! root = first reachable node on cycle
//! root = first reachable node on cycle from v
//! t[v].childs = forest of reversed edges not in cycles
//! @time O(n)
//! @space O(n)
Expand Down

0 comments on commit 1725f72

Please sign in to comment.