Quote (Nagello @ Jan 18 2013 10:57pm)
How would you go about writing a binary tree or starting it? Started to do some reading on it.
I think most popular languages ( java, c++, c# etc ) probably have a structure library you can just implement that includes a template class + all the good methods. I can't, however, tell you how to modify the methods unless you have access to the source code or whatever.