(dest edge)
Returns the dest node of the edge
Returns the dest node of the edge
(src edge)
Returns the source node of the edge
Returns the source node of the edge
(weight edge)
Returns the weight of the edge
Returns the weight of the edge
(star-graph n)
Return the star graph
The star graph consists of one center node connected to n outer nodes.
n : int node labels are 0 to n with center 0.
The graph has n+1 nodes for integer n.
Return the star graph The star graph consists of one center node connected to n outer nodes. Parameters ---------- n : int node labels are 0 to n with center 0. Notes ----- The graph has n+1 nodes for integer n.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close