Determine if this entire graph is connected.

Synopsis

Declared in <cluster_linearize.h>

bool
IsConnected() const noexcept;

Description

Complexity: O(TxCount()).

Return Value

Whether all transactions form a single connected component.

Created with MrDocs