What is the best algorithm to use in creating binary trees??
- by Hanseh
I've been doing a research about the best algorithm to use in creating a binary tree implementation. THe top entry in my list is nested sets. Are there any other alternative or better algorithm??