Example: biology
Binary Trees - Stanford University

Binary Trees - Stanford University

Back to document page

the lookup() code occurs in many recursive tree algorithms: deal with the base case where the tree is empty, deal with the current node, and then use recursion to deal with the subtrees. If the tree is a binary search tree, there is often some sort of less-than test on the node to decide if the recursion should go left or right. /*

  Tree, Binary, Recursive, Binary trees

Download Binary Trees - Stanford University


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries