A89: Binary Search Tree demonstration


[Prev][Next][Index][Thread]

A89: Binary Search Tree demonstration



I wrote up a binary search tree for fun, and to make sure I could do it in
C. I've been using C++ forever, and have never even tried to do any real
data structures in C, and it probably shows. Anyway, I know there are people
here who are just learning, and I thought it might be useful for them. Feel
free to ask how anything works or to point out any stupid things I did or
how I could have done something better.

-Kevin

tree.c