| |
| | Algorithms Glossary |
 | | Spanning tree of a graph G, subgraph which is a tree, contains all vertices of G, and whose edges form a subset of the edges of G. Sparse graph, one where E Sparse type, where the set of potential values is much bigger than the set of values actually in use, e.g. |
 | | Complete binary tree, a full binary tree where all leaf nodes are at level `n' or `n-1' and all gaps, if any, are in level n at the right; also see perfect binary tree. |
 | | Binary tree, a tree where each node has 0, 1 or 2 child nodes (subtrees); see strict binary tree. |
| www.csse.monash.edu.au /~lloyd/tildeAlgDS/Glossary (1628 words) |
|