Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 587 Bytes

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.

sample