叉树
- 网络Binary Tree; m fold n ary tree; k-ary tree
 叉树
叉树叉树
Binary Tree
...作 定义:我们把满足以下两个条件的树型结构叫做二 叉树(Binary Tree): (1)每个结点的度都不大于2; (2)每个结点 …
                m fold n ary tree
m重n叉树,m fold n ary... ... ) N-ary tree N叉树 ) m fold n ary tree m重n叉树 ) m_ary Tree m叉树 ... 
                k-ary tree
如果一棵树的每个节点(除了叶子)都恰有k 个子孙,我们将其称为k 叉树(k-ary tree)。树型网络有着较小的直径, ,N 为 …
                1
        
      3
        
      4
        
      5
        
      6
        
      7
        
      8
        
      9
        
      10
        
      11
        
      12
        
      13
        
      14
        
      15
        
      16
        
      17
        
      18
        
      19
        
      20
        
      21
        
      22
        
      23
        
      24
        
      25
        
      26
        
      27
        
      28
        
      