julia-leftchildrightsiblingtrees 0.2.0
Propagated dependencies: julia-abstracttrees@0.4.3
Channel: gn-bioinformatics
Licenses: Expat
Synopsis: Representation of a tree with arbitrary number of children/node
Description:
A left child, right sibling tree (frequently abbreviated as "LCRS") is a rooted tree data structure that allows a parent node to have multiple child nodes. Rather than maintain a list of children (which requires one array per node), instead it is represented as a binary tree, where the "left" branch is the first child, whose "right" branch points to its first sibling.
Total results: 1