From 54382fae3a9e85ac8329fa89d5a83632f20c2cde Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Fri, 19 May 2023 13:57:40 +0800 Subject: [PATCH] docs: readme --- rust/crates/tidy-tree/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rust/crates/tidy-tree/README.md diff --git a/rust/crates/tidy-tree/README.md b/rust/crates/tidy-tree/README.md new file mode 100644 index 0000000..c91af0c --- /dev/null +++ b/rust/crates/tidy-tree/README.md @@ -0,0 +1,15 @@ +# Tidy Tree Visualization + +![Show Case](https://i.ibb.co/hM6mnZS/202206150143.gif) + +[**See the introduction blog here** 🔗](https://zxch3n.com/tidy/tidy/) + +![](https://i.ibb.co/nbhZSQ7/image.png) + +Tidy is designed specifically for tree layout. Graph and DAG data are not supported. + +The layout algorithm is based on paper _"Drawing non-layered tidy trees in linear time"_. + +``` +A. van der Ploeg, “Drawing non-layered tidy trees in linear time,”Software: Practice and Experience, vol. 44, no. 12, pp. 1467–1484, 2014, doi: 10.1002/spe.2213. +```