2008-06-03 13:11 by 农夫三拳, 1345 visits, 网摘, 收藏, 编辑
摘要:Introduction to String Searching AlgorithmsRabin-Karp and Knuth-Morris-Pratt Algorithms 【原文见: http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=stringSearching】作者:ByTheLlamaTopcoder Mem...
阅读全文
2008-05-29 18:26 by 农夫三拳, 1014 visits, 网摘, 收藏, 编辑
摘要:注: 排名不分先后,有些人会有一些备注,这些备注是我认为应当学习或者注意的东东。 名单的人以rating>=1500的居多,并不完全。Yarin (Network 网络流类, BigInt 大整数类)HiltonLange (VB user)WSX (无)futo (string.Format("{0:0.00000}", r); static int [] VI(params int[] ...
阅读全文
2008-04-14 23:33 by 农夫三拳, 625 visits, 网摘, 收藏, 编辑
摘要:http://www.topcoder.com/tc?module=Static&d1=hs&d2=match_editorials&d3=hs_srm1题解:1. SpeedRadar水题2. SymbolFrequency模拟3. TrotownKeeperi) 如果直接做,可以对迷宫的四周的'.'的位置进行dfs,并进行标记,最后再用二重循环检查每一个'#',如果与它...
阅读全文
2007-10-26 21:12 by 农夫三拳, 5953 visits, 网摘, 收藏, 编辑
摘要:Dynamic Programming From novice to advanced【原文见: http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=dynProg】作者: By DumitruTopcoder Member翻译: 农夫三拳@seu(drizzlecrj@gmail.com) Dynamic progr...
阅读全文
2007-10-23 09:38 by 农夫三拳, 4785 visits, 网摘, 收藏, 编辑
摘要:Range Minimum Query and Lowest Common Ancestor【原文见 http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=lowestCommonAncestor】作者: By danielp Topcoder Member 翻译: 农夫三拳@seuIntroductionNotation...
阅读全文
2007-04-24 08:20 by 农夫三拳, 846 visits, 网摘, 收藏, 编辑
摘要:Introduction to graphs and their data structures Section 3 【原文见: http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=graphsDataStrucs3】 作者: By gladius Topcoder Member 翻译: 农夫三拳@seu(drizzl...
阅读全文
2007-04-09 21:41 by 农夫三拳, 663 visits, 网摘, 收藏, 编辑
摘要:Introduction to graphs and their data structures Section 2 【原文见: http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=graphsDataStrucs2】 作者: By gladius Topcoder Member 翻译: 农夫三拳@seu(drizzl...
阅读全文
2007-04-03 17:57 by 农夫三拳, 495 visits, 网摘, 收藏, 编辑
摘要:Introduction to graphs and their data structures Section 1 【原文见: http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=graphsDataStrucs1】 作者: By gladiusTopcoder Member 翻译: 农夫三拳@seu(drizzle...
阅读全文
2007-03-14 20:48 by 农夫三拳, 775 visits, 网摘, 收藏, 编辑
摘要:Mathematics for TopCoders 【原文见: http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=math_for_topcoders】作者:By dimkadimon Topcoder Member 翻译:农夫三拳@seu(drizzlecrj@gmail.com)Introduction 我看到很多...
阅读全文
2007-03-13 08:03 by 农夫三拳, 1280 visits, 网摘, 收藏, 编辑
摘要:A bit of fun: fun with bits 【原文见:http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=bitManipulation】 作者By bmerry TopCoder Member 翻译 农夫三拳@seu drizzlecrj@gmail.comIntroduction TopCoder比赛中...
阅读全文