diff --git a/README.md b/README.md index 83f7d2a..a0e244d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Java implementation of the algorithm presented by John Q. Walker II in the paper titled _A Node-Positioning Algorithm for General Trees_. +![Demo](demo.png) + ## Acknowledgments [This](https://github.com/soerenreichardt/graph-drawing) implementation was consulted heavily in the course of writing this code. diff --git a/demo.png b/demo.png new file mode 100644 index 0000000..e3ba208 Binary files /dev/null and b/demo.png differ