What is the best algorithm to use in creating binary trees??

Posted by Hanseh on Stack Overflow See other posts from Stack Overflow or by Hanseh
Published on 2010-04-14T13:41:00Z Indexed on 2010/04/14 13:43 UTC
Read the original article Hit count: 246

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??

© Stack Overflow or respective owner

Related posts about binary-trees

Related posts about algorithm-design