First they ignore you
then they ridicule you
then they fight you
then you win
    -- Mahatma Gandhi
Chinese => English     英文 => 中文             
随笔-221  评论-1047  文章-0  trackbacks-0
Algorithm
Groovy高效编程——tree命令之Groovy实现      摘要: 想必大家对tree命令都不陌生吧,这次我将用Groovy实现一个tree命令,
用法很简单:groovy tree.groovy DIRECTORY,比如groovy tree.groovy "C:\Program Files\Java\jdk1.6.0"  阅读全文
posted @ 2009-04-02 23:12 山风小子| 编辑
一道Google算法题的解答      摘要: 写一个算法生成n位编码的编码串(结果有多种,任意一种都可以接受)并且符合如下条件:相邻的两个编码之间有且只能有一位不同,并给出时间与空间复杂度

比如 2位的二进制的编码生成的编码串:00 01 11 10
比如 3位的二进制编码生成的编码串:001 011 111 101 100 110 010 000  阅读全文
posted @ 2008-04-20 21:13 山风小子| 编辑
[原创]全排列之递归算法解答      摘要: 迅雷一道算法题的解答 :-)   阅读全文
posted @ 2006-11-03 19:07 山风小子| 编辑