This programm is published under the terms of GPLv2 and comes with no warranty. Use it on your own risk.
This program generates a simple binary tree and uses graphviz to make a nice visual.
Needless to say. Install the "graphviz"-package before use.
- sudo apt-get install graphviz graphviz-dev (On Ubuntu)
Usage:
cat samples/sample1.txt | ./ctree
The result should look like this.