六月婷婷综合激情-六月婷婷综合-六月婷婷在线观看-六月婷婷在线-亚洲黄色在线网站-亚洲黄色在线观看网站

明輝手游網中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

數據結構與算法(C#完成)系列---廣義樹(一)

[摘要]數據結構與算法(C#實現)系列---廣義樹(一)Heavenkiller(原創)廣義樹和基本樹的主要區別就是有任意的度using System;using System.Collections;namespace DataStructure /// <summary> ...

數據結構與算法(C#實現)系列---廣義樹(一)

Heavenkiller(原創)

廣義樹和基本樹的主要區別就是有任意的度

using System;
using System.Collections;
namespace DataStructure

{
     /// <summary>

     /// GeneralTree 的摘要說明。

     /// general tree is a tree which has a arbitrary degree and no empty tree

     /// use ArrayList to replace ListAsLinkedList

     /// </summary>

     public class GeneralTree:Tree

     {

         protected object key=null;

         protected uint degree=0;

         //protected uint height=0;

 

         protected ArrayList treeList=new ArrayList();

 

         public GeneralTree(object _objKey)

         {

              //

              // TODO: 在此處添加構造函數邏輯

              //

 

              key=_objKey;

              degree=0;

         //   height=0;

              ArrayList treeList=new ArrayList();

         }

 

         public virtual void AttackSubtree(GeneralTree _gTree)

         {

              this.treeList.Add(_gTree);

              ++degree;

         }

         public virtual GeneralTree DetachSubtree(GeneralTree _gTree)

         {

             

              this.treeList.Remove(_gTree);

              degree--;

             

              return _gTree;//?????  how to remove ,reference or object????

         }

 

         public override Tree this[uint _index]

         {

              get

              {

                   if(_index>=this.degree)

                       throw new Exception("my:out of index");

                   return (Tree)treeList[(int)_index];

              }

              set

              {
                   treeList[(int)_index]=value;

              }
         }




主站蜘蛛池模板: 四虎影剧院 | 午夜老司机在线观看免费 | 日韩精品不卡 | 四虎国产欧美成人影院 | 日韩毛片免费在线观看 | 天天草比 | 日本黄色免费网址 | 伊人网在线视频观看 | 欧美一级在线观看 | 色综合久久久久久 | 香蕉草莓榴莲向日葵 | 色无极在线影院 | 日本在线视频免费观看 | 日本不卡视频在线视频观看 | 中文在线免费视频 | 天天操天天透 | 四虎永久免费在线 | 啪啪激情综合 | 婷婷5月 | 欧美亚洲综合另类型色妞 | 天堂中文资源在线地址 | 手机在线看片日韩 | 色婷婷九月 | 五级床片全部免费播放 | 四虎影视免费观看 | 日本一区二区三 | 四虎影视国产在线观看精品 | 午夜视频在线观看免费观看在线观看 | 最新精品女神在线观看 | 四虎成人免费网址在线 | 中国日韩欧美中文日韩欧美色 | 四虎精品影院永久在线播放 | 亚洲欧美天堂 | 日日夜夜精品免费视频 | 亚洲第一色站 | 自拍视频免费 | 夜夜偷天天爽夜夜爱 | 天堂资源8中文最新版在线 天堂中文字幕在线 | 亚洲国产欧美在线人成 | 五月激情网站 | 特级做a爰片毛片免费看一区 |