push
This commit is contained in:
parent
e09e88e69c
commit
5b2218f039
2 changed files with 0 additions and 251 deletions
|
|
@ -67,7 +67,6 @@ func edgeDensity*(g: Graph): float =
|
|||
return E / (V * (V-1))
|
||||
else:
|
||||
return 2*E / (V * (V-1))
|
||||
|
||||
func adjacencyMatrix*(g: Graph): matrix[int] =
|
||||
##Returns the V x V adjacency matrix for g.
|
||||
##This may be different from the internal adjacency matrix if g.capacity > g.V.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue