资源列表
KUAHAO
- 用C做的括号匹配程序,可以检测用户输入的括号是否匹配并给出提示-C matching brackets do procedures, the user can input the brackets and whether the match is suggested
find
- 数据结构中的顺序表和数表的查找算法。基本思想:从表的一端开始,顺序扫描线性表,依次将扫描到的结点的关键字与给定值k进行比较,若相等,则查找成功;若扫描到表的另一端仍没有找到与关键字k相等的结点,则查找失败。-Data structure in the order list and several forms of the search algorithm. The basic idea: to start from one end of the table, the order of the l
danlianbiao
- 数据结构中单链表的源代码,该程序可以实现单链表的插入,删除,查找等基本功能-this program is very good
SortingArrays
- sorting an array in an imaginary inventory program
mogong
- 迷宫问题的求解运算、可以输入不同的迷宫、程序比较简短-Maze solving computing problems, you can enter a different maze procedure is relatively short
Graph
- 用邻接矩阵存取图的顶点信息,在其存储结构上实现图的基本操作(添加,删除顶点与弧)-With access to the vertex adjacency matrix of information in its storage structure to achieve the basic graph operations (add, delete vertices and arcs.) .
shortest-path
- 寻找单源最短路径问题的优先队列式分支限界法-Single-source shortest path problem priority queue type branch and bound
List
- 用C++编写的两个List类,分别支持链表操作和数组操作。-Written in C++, two List classes, respectively, an array of operations and operations support list.
dfs
- 先深搜索算法,图论的基础算法,用于遍历图中各点,图用点边集表示,以文件方式读入-First deep-search algorithm, graph theory based algorithm for traversing the graph, Figure with a set of edges that point to papers read
pku3252
- 北大pku3252源代码 找出区间[a,b]中的round number数。一个数如果它的二进制表示中0的数目大于1的数目,这个数就是round number.-compute the number in [a,b]
MiniSpanTree_PRIM
- PRIM算法实现最小生成树的建立,并输出到文本文件中-PRIM to establish the minimum spanning tree algorithm, and output to a text file
biaodashiqiuzhi
- 该程序是数据结构中对任意输入的一个表达式含有括号等的进行求值-The program is evaluated an expression of any input data structure containing parentheses,