[#cluster_linearize-DepGraph-FindConnectedComponent] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/DepGraph.adoc[DepGraph]::FindConnectedComponent :relfileprefix: ../../ :mrdocs: Find some connected component within the subset "todo" of this graph. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SetType FindConnectedComponent(SetType const& todo) const noexcept; ---- == Description Specifically, this finds the connected component which contains the first transaction of todo (if any). Complexity: O(ret.Count()). == Return Value A connected component of todo, or the empty set if todo is empty. == Parameters [cols="1,4"] |=== | Name| Description | *todo* | The subset of positions to search within. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#