Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
CompressNewick is a Newick code snippets to sort binary-tree Newick in such a way that all opening brackets are at the right. It is only usefull when the Newick only has one leaf, like '(((A,B),C),D)'.
///CompressNewick compress a binary-tree Newick |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.