The coface roots of a given simplex sigma
are the roots of subtrees
in the trie whose descendents (including the roots themselves) are cofaces of sigma
.
This traversal is more useful when used in conjunction with other traversals, e.g. a preorder
or level_order traversal at the roots enumerates the cofaces of sigma
.
1 | coface_roots(st, sigma)
|
st |
the simplex tree to traverse. |
sigma |
simplex to start the traversal at. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.