Zero Lee的专栏

Data structure and algorithms

如何将一片内存链接成链表

posted @ 2012-06-16 18:38 Zero Lee 阅读(233) | 评论 (0)  编辑

求一个正整数的平方根程序实现

posted @ 2011-10-19 09:37 Zero Lee 阅读(680) | 评论 (0)  编辑

一组数的全排列和组合程序实现

posted @ 2011-10-19 09:34 Zero Lee 阅读(673) | 评论 (0)  编辑

Generating Permutations

posted @ 2011-09-21 15:22 Zero Lee 阅读(242) | 评论 (0)  编辑

快速排序C++实现

posted @ 2011-09-16 14:15 Zero Lee 阅读(484) | 评论 (0)  编辑

堆排序算法的一个实现

posted @ 2011-03-25 09:32 Zero Lee 阅读(230) | 评论 (0)  编辑

删除与某个字符相邻且相同的字符

posted @ 2011-03-22 18:40 Zero Lee 阅读(363) | 评论 (0)  编辑

selection algorithm to select nth small elements based on partition

posted @ 2011-03-17 20:20 Zero Lee 阅读(242) | 评论 (0)  编辑

从尾到头输出单链表的值

posted @ 2011-03-15 13:51 Zero Lee 阅读(460) | 评论 (0)  编辑

腾讯面试题

posted @ 2011-03-11 19:20 Zero Lee 阅读(915) | 评论 (0)  编辑

非printf形式的十六进制和二进制打印(雅虎面试题)

posted @ 2011-03-11 19:14 Zero Lee 阅读(1553) | 评论 (2)  编辑

百度的面试题解答

posted @ 2011-03-11 19:10 Zero Lee 阅读(355) | 评论 (0)  编辑

设计包含min函数的栈

posted @ 2010-11-26 12:13 Zero Lee| 编辑

Calcuate power n of x recursively

posted @ 2010-10-18 17:19 Zero Lee 阅读(158) | 评论 (0)  编辑

Convert one binary search tree to double-linked list

posted @ 2010-10-18 12:30 Zero Lee 阅读(200) | 评论 (0)  编辑

Full Data structure and algorithms Archive