c# Programming Glossary: binarytree
Objects that represent trees http://stackoverflow.com/questions/1806511/objects-that-represent-trees and algorithms including a Binary Tree . public class BinaryTree T IVisitableCollection T ITree T Methods public void Add BinaryTree.. T IVisitableCollection T ITree T Methods public void Add BinaryTree T subtree public virtual void breadthFirstTraversal IVisitor.. DepthFirstTraversal OrderedVisitor T orderedVisitor public BinaryTree T GetChild int index public bool Remove BinaryTree T child public..
|