IAO icon indicating copy to clipboard operation
IAO copied to clipboard

NTR: tree

Open zhengj2007 opened this issue 9 years ago • 2 comments

From [email protected] on March 16, 2015 13:07:38

Term requested by OBI.

Tree as a set of linked nodes. (such as here http://en.wikipedia.org/wiki/Tree_data_structure\ ).

Comments by Melanie: Tree would probably be a child of the graph term proposed in the tracker item https://sourceforge.net/tracker/index.php?func=detail&aid=1976410&group_id=177891&atid=886178 Proposed definition: label: tree data structure (disambiguation with forest tree) a tree data structure is an acyclic connected graph. It is a widely-used data structure that emulates a hierarchical tree structure with a set of linked nodes. Each node has a set of zero or more children nodes, and at most one parent node. definition source: adapted from http://en.wikipedia.org/wiki/Tree_data_structure Related OBI tracker: https://sourceforge.net/p/obi/obi-terms/93/

Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=179

zhengj2007 avatar Jul 31 '15 21:07 zhengj2007