Data Structures UFC  1.0.0
Essential Data Structures for C language
Functions
ascii-tree.h File Reference

Go to the source code of this file.

Functions

void print_ascii_tree (BinaryTree *t)
 

Function Documentation

void print_ascii_tree ( BinaryTree t)

Module to print a Binary Tree Structure in ASCII art on console.