File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5656 (:NumberOfConnectedComponents , " The *number of connected components* of an undirected graph." ),
5757 (:MinimumDegree , " The *minimum degree* among the degrees of the vertices of an undirected graph." ),
5858 (:MaximumDegree , " The *maximum degree* among the degrees of the vertices of an undirected graph." ),
59+ (:MinimumIndegree , " The *minimum indegree* among the indegrees of the vertices of a directed graph." ),
60+ (:MaximumIndegree , " The *maximum indegree* among the indegrees of the vertices of a directed graph." ),
61+ (:MinimumOutdegree , " The *minimum outdegree* among the outdegrees of the vertices of a directed graph." ),
62+ (:MaximumOutdegree , " The *maximum outdegree* among the outdegrees of the vertices of a directed graph." ),
5963 (:Girth , " The *girth* of a undirected graph: the length of its shortest cycle." ),
6064 (:VertexConnectivity , " The *vertex-connectivity* of an undirected graph. Also known as the *connectivity*." ),
6165 (:EdgeConnectivity , " The *edge-connectivity* of an undirected graph." ),
You can’t perform that action at this time.
0 commit comments