Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Newick format

< >

Newick format is a text data format created in 1986.

#1840on PLDB 38Years Old
Wikipedia

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...


Example from the web:
(A:0.1,B:0.2,(C:0.3,D:0.4):0.5);
Example from Wikipedia:
Tree → RootLeaf ";" | RootInternal ";" | Branch ";" RootLeaf → Name | "(" Branch ")" Name RootInternal → "(" Branch "," BranchSet ")" Name

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0