
算法分析与复杂性理论
文章平均质量分 56
Adolf_K_Wiseman
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
习题课第一次作业:2、重建二叉树
描述 Little Valentine liked playing with binary trees very much. Her favorite game was constructing randomly looking binary trees with capital letters in the nodes. This is an example of one of her cr原创 2016-09-19 19:20:01 · 576 阅读 · 0 评论 -
习题课第一次作业:4、Who's in the Middle
描述 FJ is surveying his herd to find the most average cow. He wants to know how much milk this ‘median’ cow gives: half of the cows give as much or more than the median; half give as much or less.Given原创 2016-09-20 20:33:57 · 759 阅读 · 0 评论 -
习题课第一次作业:3、Huffman coding tree
描述: Construct an expanded binary tree with nexternal nodes, each external node Ki related to a weight Wi, which minimizes thesum of the external path length of leaf: Min( W1 * L1 + W原创 2016-09-20 20:23:28 · 844 阅读 · 0 评论