随笔分类 -  算法与数据结构

如题
摘要:usingSystem;namespaceDstrQueue{/**////<summary>///Class1的摘要说明。///</summary>classQueueNode{Objectitem;QueueNodelink;}classQueue{/**////<summary>///应用程序的主入口点。///</summary>[STAThr... 阅读全文
posted @ 2006-12-14 19:08 大天使泰瑞尔 阅读(307) 评论(1) 推荐(0)
摘要:usingSystem;namespaceDataStructure.LinkedList{/**////<summary>///Class1的摘要说明。///</summary>publicclassListNode{publicstringairport;publicListNodelink;publicListNodeprevious;}publicclassLink... 阅读全文
posted @ 2006-12-14 19:07 大天使泰瑞尔 阅读(561) 评论(0) 推荐(0)
摘要:栈: using System;namespace DataStructure.Stack{ /**//// /// Class1 的摘要说明。 /// class StackNode { Object item; StackNode link; } class Stack { /**//// ... 阅读全文
posted @ 2006-12-14 19:05 大天使泰瑞尔 阅读(212) 评论(0) 推荐(0)
摘要:using System;namespace DataStructure.HeapPQ{ /**//// /// Class1 的摘要说明。 /// class PriorityQueueApplet { /**//// /// 应用程序的主入口点。 /// [STAThread] stat... 阅读全文
posted @ 2006-12-14 19:01 大天使泰瑞尔 阅读(765) 评论(0) 推荐(0)
摘要:using System;namespace Hanoi{ /**//// /// Class1 的摘要说明。 /// class Class1 { /**//// /// 应用程序的主入口点。 /// [STAThread] static void Main(string[] args) ... 阅读全文
posted @ 2006-12-14 19:00 大天使泰瑞尔 阅读(466) 评论(0) 推荐(0)
摘要:using System;using System.IO;namespace BinaryTreeSearch{ /**//// /// Class1 的摘要说明。 /// class BinaryTreeSearch { /**//// /// 应用程序的主入口点。 /// [STAThread] ... 阅读全文
posted @ 2006-12-14 18:58 大天使泰瑞尔 阅读(570) 评论(0) 推荐(0)