资源列表
6.2
- 编写正确的算法实现赫夫曼编码及相应的译码-Write correct algorithm Huffman coding and decoding the corresponding
AVL
- AVL树是最先发明的自平衡二叉查找树。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。增加和删除可能需要通过一次或多次树旋转来重新平衡这个树。-AVL tree code
高斯变步长积分
- 积分的方法多种多样,本方法采用变步长高斯法积分,希望可以对大家有用
HashTable
- 暴雪公司的哈希算法,原酸速度非常快,带源码下载-hash developed by Blizzard
Bresenham_1937491052005
- This code implements Bresenham algorithm for drawing cricle.This technique can be appied to draw anything (not only circle). I use mingw32 and openGL library.
kuohaopipei
- 基于Visual C++的括号匹配程序,去除多余的括号-Parentheses matching based on Visual c++ program, remove redundant parentheses
algorithms-structure-of-the-table
- 结构表的常用算法,包括一些常用的结构链表的查询,添加,删除,修改等-Commonly used algorithms structure of the table
华为OJ平台题目
- 华为OJ平台题目,高度一致,欢迎下载,互相学习
Serpentine-number-fill
- 蛇形填数。。。。。。。C++优化程序,时间较短,更适于ACM竞赛。-Serpentine number fill, C++ optimizer
Expression-evaluation
- 利用堆栈解析算术表达式的基本方法进行表达式求值。-Stack basic analytical methods use arithmetic expressions were expressions.
Nested-Matrix
- 有n个矩形,选出尽可能多的矩形排成一行,使得除最后一个外,每一个矩形都可以嵌套在下一个矩形内。-There are n rectangles, rectangles selected as many aligned such that except the last, are each rectangle nested within the next rectangle.
Strongest-fighting
- 南阳理工ACM题,第541题最强战斗力,效率较高。-Nanyang Polytechnic ACM questions, 541 questions strongest fighting, higher efficiency.