摘要: View Code using System;using System.Collections.Generic;using System.Text;using System.Collections;using System.Text.RegularExpressions;using System.IO;namespace 栈和队列{ class Program { static void Main(string[] args) { } #region 栈 // 栈和队列是两种面向表的数据结构 // ... 阅读全文
posted @ 2012-11-21 14:23 尼姑哪里跑 阅读(186) 评论(0) 推荐(0)
摘要: View Code using System;using System.Collections.Generic;using System.Text;namespace 基本查找算法{ class Program { static void Main(string[] args) { } #region 顺序查找 /// <summary> /// 顺序查找 /// </summary> /// <param name="arr"></param> /// <... 阅读全文
posted @ 2012-11-21 10:12 尼姑哪里跑 阅读(143) 评论(0) 推荐(0)