tree_layout
tree_layout copied to clipboard
Algorithms to layout trees in a pretty manner.
Results
2
tree_layout issues
Sort by
recently updated
recently updated
newest added
Dear Drup, Thank you for writing tree_layout. I would like to inquire if it would be possible to get a release of tree_layout with the current changes. If you like...
- [x] Rooted trees in linear time (implemented) https://dl.acm.org/citation.cfm?id=1133017 - [ ] Drawing Non-layered Tidy Trees in Linear Time -- A.J. van der Ploeg -- [Implem](https://github.com/cwi-swat/non-layered-tidy-trees/blob/master/treelayout/algorithm/Paper.java) - [ ] [Overview...