资源列表
danlianbiao
- 数据结构中有关于单链表的生成、节点的删除、读取等操作-Data structure has generated on a single list, delete nodes, read other operations
permutation_all
- 十余种全排列算法实现比较,visual c++实现-tens of permutation algorithm and comparing
permutation_by_dict
- 基于字典序的全排列算法,visual c++实现-dictionary permutation algorithm
broken-locks
- 南阳理工ACM题,第1048题破门锁,本题效率较高。-Nanyang Polytechnic ACM problems, broken locks 1048 title, the higher the efficiency of this title.
Strongest-fighting
- 南阳理工ACM题,第541题最强战斗力,效率较高。-Nanyang Polytechnic ACM questions, 541 questions strongest fighting, higher efficiency.
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.
Expression-evaluation
- 利用堆栈解析算术表达式的基本方法进行表达式求值。-Stack basic analytical methods use arithmetic expressions were expressions.
Serpentine-number-fill
- 蛇形填数。。。。。。。C++优化程序,时间较短,更适于ACM竞赛。-Serpentine number fill, C++ optimizer
华为OJ平台题目
- 华为OJ平台题目,高度一致,欢迎下载,互相学习
algorithms-structure-of-the-table
- 结构表的常用算法,包括一些常用的结构链表的查询,添加,删除,修改等-Commonly used algorithms structure of the table
kuohaopipei
- 基于Visual C++的括号匹配程序,去除多余的括号-Parentheses matching based on Visual c++ program, remove redundant parentheses
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.