1 - 10 of 12 for KaryTreeSearch Results
View search results from all Wolfram sites (16 matches)
KaryTree   (Built-in Mathematica Symbol)
KaryTree[n] gives a binary tree with n vertices.KaryTree[n, k] gives a k-ary tree with n vertices.
Constructing Graphs   (Mathematica Guide)
In Mathematica, graphs can be constructed in a variety of ways. They can be built from vertices and edges directly in a symbolic form. They can come from built-in curated ...
DirectedEdges   (Built-in Mathematica Symbol)
DirectedEdges is an option for Graph, GraphPlot, and related functions that specifies whether edges should be taken to be directed.
GraphLayout   (Built-in Mathematica Symbol)
GraphLayout is an option to Graph and related functions that specifies what layout to use for graph components and collections of components.
VertexCount   (Built-in Mathematica Symbol)
VertexCount[g] gives a count of the number of vertices in the graph g.VertexCount[g, patt] gives a count of the number of vertices that match the pattern patt.
Tree Drawing   (Mathematica Tutorial)
TreePlot lays out the vertices of a graph in a tree of successive layers, or a collection of trees. If the graph g is not a tree, TreePlot lays out its vertices on the basis ...
New in 8.0: Alphabetical Listing   (Mathematica Guide)
 
EdgeCount   (Built-in Mathematica Symbol)
EdgeCount[g] gives a count of the number of edges in the graph g.EdgeCount[g, patt] gives a count of the number of edges that match the pattern patt.
Combinatorica`   (Mathematica Compatibility Information)
As of Version 8, much of the functionality covered by Combinatorica has been implemented in the Mathematica kernel. BooleanAlgebra CodeToLabeledTree HasseDiagram ...
CompleteKaryTree   (Built-in Mathematica Symbol)
CompleteKaryTree[n] gives the complete binary tree with n levels.CompleteKaryTree[n, k] gives the complete k-ary tree with n levels.
1|2 Next

...