Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It depends on the specific graph and its structure. In general, the minimum number of edges needed to connect a directed graph starting from the root would be the number of edges in the longest path from the root to any leaf node. This is commonly referred to as the "depth" of the graph. However, some graphs may have multiple paths of equal length, in which case the minimum number of edges needed to connect the graph would be the number of edges in any one of those paths.