I just completed the binary tree tutorial in cprogramming.com...

like you can display a linked list like so:

12 => 412 => 45123 => 99 => NULL...

or something like that..

how can we...