资源列表
queue
- This queue structure, especially, circular queue which includes clear-cut instructions. you can get the algorithm of queue structure more than other-This is queue structure, especially, circular queue which includes clear-cut instructions. you ca
code
- 严尉敏数据结构(c语言版)代码
TraverseGraph
- 数据结构中深度优先遍历图并求两点之间是否有通路-Depth-first traversal data structure diagram and ask whether there is path between two points
MC_Prime
- 用Monte Carlo算法测试素数的实验程序,附有实验报告对程序做详细说明。-With the Monte Carlo algorithm for testing primes experimental procedure, experimental report with a detailed descr iption of the process.
shuju
- 多关键字排序的实现,利用多关键字排序进行高考分数处理,除了需对总分进行排序外,不同的专业对单科分数的要求不同,因此在总分相同的情况下,按用户提出的单科分数的次序要求排出考生录取的次序(详见题集p169)。-The realization of multi-key sort using multiple keyword ranking for the college entrance examination scores of treatment, in addition to be sort o
5
- 文章论述了数据结构中栈的理论知识和应用栈解决迷宫问题的算法设计, 并用VB 实现 了迷宫程序的设计
zheban
- 折半查找法,二叉树为基础,代码结构严谨精炼-Binary search method, binary tree as the foundation, the code structured refining
160507010340杨佳慧.rar
- 一个包含学生信息(编号,书名,价格)的的顺序表和链表,具有如下功能: (1) 从文件中读入书籍信息; (2) 根据图书位置获取该书信息; (3) 根据价格进行查找,返回此该书的书名; (4) 根据指定的位置可返回相应的书籍信息; (5) 给定一个书籍信息,插入到表中指定的位置; (6) 删除指定位置的书籍记录; (7) 统计表中书籍个数。 (8) 输出书籍信息。(An order table and a list of student information (numbers
huffcode
- c++实现 哈弗曼问题 数据结构 算法 利用二叉树实现哈弗曼编码-c++ implementation issues Hafu Man binary tree data structure to achieve Ha Fuman coding algorithm uses
STACK-a-QUEUE
- Data structure stack and queue concept with tower of Hanoi example explanation in different way
btree
- 平衡二叉树模板,能实现在logN内的查找和插入。是当前查找算法中比较有历史和权威的一种算法。-Balanced binary tree template, can be achieved within the logN find and insert. Search algorithm to compare the current and historical authority of an algorithm.
igeN
- 输入一个数字N,找出i个连续自然数累加为N的所有和式(i>1)。
