Basic implementation of a binary-search tree with animated cli representation.
Keys are supposed to be integers, but are stored as strings. The insertion follows the path established by a numerical order. Strings that cannot be evaluated as integers will be treated as zeros.
$ make
$ ./AlberoBinario [NODE1 NODE2 ...]
The node list is optional: if not specified, a demo tree will be generated.