Newick format is a text data format created in 1986.
#1848on PLDB | 38Years Old |
In mathematics, Newick tree format (or Newick notation or New Hampshire tree format) is a way of representing graph-theoretical trees with edge lengths using parentheses and commas. It was adopted by James Archie, William H. E. Read more on Wikipedia...
(A:0.1,B:0.2,(C:0.3,D:0.4):0.5);
Tree → RootLeaf ";" | RootInternal ";" | Branch ";"
RootLeaf → Name | "(" Branch ")" Name
RootInternal → "(" Branch "," BranchSet ")" Name