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

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

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

              }
         }




主站蜘蛛池模板: 一级免费黄色 | 欧美午夜a级限制福利片 | 婷婷在线视频 | 自拍成人| 亚洲一区二区三区免费在线观看 | 亚洲另类图区 | 在线播放第一页 | 亚洲视频在线免费播放 | 外国毛片视频 | 网友自拍区一区二区三区 | 亚洲精品老司机在线观看 | 亚洲 欧美 偷自乱 图片 | 色我网站| 日韩三级一区二区 | 欧美五月 | 色天使久久 | 日本后进式猛烈xx00动态图 | 日本男女动态图 | 亚洲国产成人影院播放 | 午夜视频在线免费 | 欧美亚洲国产一区 | 亚洲成人毛片 | 青娱乐97 | 日本爽爽爽爽爽爽在线观看免 | 午夜影院普通用户体验区 | 性视频网址 | 欧美视频一级 | 日本综合久久 | 人人看人人做 | 日韩专区第一页 | 亚洲春色第一页 | 字幕网中文aⅴ资源站 | 亚洲自偷精品视频自拍 | 鸥美性生交xxxxx久久久 | 天天干天天碰 | 亚洲午夜精品一级在线 | 日本最新伦中文字幕 | 天天射影院 | 无需付费免费mv网站 | 天天艹在线 | 天天拍夜夜添久久精品免费 |