逖靖寒的世界

每天进步一点点

导航

2007年11月27日 #

动态规划:利用WarShell算法求有向图的传递闭包

摘要: 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace ConsoleApplication47 6{ 7 class Program 8 { 9 static void Main(string[] args) 10 ... 阅读全文

posted @ 2007-11-27 19:05 逖靖寒 阅读(2257) 评论(0) 推荐(0) 编辑

时空权衡:利用额外的空间提高字符串匹配的速度

摘要: 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace StringFinder 6{ 7 class Program 8 { 9 static void Main(string[] args) 10 { 11... 阅读全文

posted @ 2007-11-27 08:58 逖靖寒 阅读(500) 评论(0) 推荐(0) 编辑