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

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

數據結構與算法(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;

              }
         }




主站蜘蛛池模板: 亚洲资源站 | 日日干天天射 | 亚洲精品中文字幕区 | 手机看片欧美日韩 | 天天射天天摸 | 亚洲视频在线观看网站 | 婷婷九月色 | 手机在线观看伦理片 | 人人公开免费超级碰碰碰视频 | 亚洲精品第四页中文字幕 | 日本不卡高清免费v日本 | 亚洲成在人线av | 色88888久久久久久影院 | 新版天堂中文资源官网 | 网站在线观看mv视频 | 性高湖久久久久久久久 | 欲色影视 | 亚洲国产成人久久综合一区 | 日韩 欧美 国产 亚洲 制服 | 三级中文有码中文字幕 | 青春草视频在线播放 | 亚洲成在线观看 | 桃花岛高清在线观看 | 人人揉人人人人澡人人 | 亚洲国产综合精品中文字幕 | 日韩精品特黄毛片免费看 | 亚洲精品高清视频 | 午夜免费观看视频 | 三级香蕉 | 日韩激情淫片免费看 | 亚洲一级免费毛片 | 日韩欧美图片 | 天天躁夜夜躁狠狠躁2018a | 性a视频 | 中文字幕在线天堂 | 青青青国产精品国产精品美女 | 亚洲网站免费看 | 日韩欧美在线视频 | 在线观看国产黄色 | 亚洲精品乱码久久久久久中文字幕 | 日韩欧美成人乱码一在线 |