2011年5月26日
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Collections; 6 7 namespace DataStructure 8 { 9 class Client10 {11 //算法要求:求得所有包含在串s中而不包含在串t中的字符(s中重复的字符只选一个)12 //构成的新串r,以及r中每个字符在s中第一次出现的位置13 14 /// <summary>15 /// 主方法16 /// </summar 阅读全文
posted @ 2011-05-26 11:39 香椿炒鸡蛋 阅读(2126) 评论(0) 推荐(0) 编辑