Popular C++ recipes tagged "tree"http://code.activestate.com/recipes/langs/cpp/tags/tree/2014-02-07T04:21:50-08:00ActiveState Code RecipesTri-nary Tree: insertion and deletion (C++)
2014-02-07T04:21:50-08:00Chenhttp://code.activestate.com/recipes/users/4189170/http://code.activestate.com/recipes/578825-tri-nary-tree-insertion-and-deletion/
<p style="color: grey">
C++
recipe 578825
by <a href="/recipes/users/4189170/">Chen</a>
(<a href="/recipes/tags/tree/">tree</a>).
</p>
<p>This contains the insertion and deletion implement for the tri-nary tree data structure.</p>