资源列表
ShortestPath
- 本程序是使用动态规划算法来解决单源最短路径问题。使用时,先输入每个头结点的邻接顶点个数,然后输入每个邻接顶点的数据。-This procedure is to use the dynamic programming algorithm to solve the single-source shortest path problem. When used, enter each of the first number of vertices adjacent node, and then ente
BubbleSort
- 冒泡排序程序。运行后,先输入待排序的数的个数,然后输入待排序的数,最后确定,输出排序结果。-Bubble sort program. Running, enter the number to be sorted a number, then enter the number to be sorted, and finally determined, the output sort order.
second
- 在O(n)的时间内重排数组,将所有取负值的排序吗在所有取非负值的排序码前-In O (n) time rearrangement of the array, all the sort you get negative in all sort of code to take non-negative before
HeapSort
- 堆排序程序。运行后,先输入待排序的数的个数,然后再输入数字,最后确定,输出排好序(按从小到大)的数。-Heap sort process. Running, enter the number to be sorted a number, then enter a number, and finally determined, the output sorted (by small to large) number.
expressionEvaluation
- 1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。-1) input from the keyboard correct any syntax (infix) expressions, display and save the expression. (2) the use of
kk
- 看看吧!关于二叉树的一些排序什么的 你懂得!-Look! Binary tree of some sort about what you know!
hfm
- 哈夫曼树的实现 哈夫曼树的实现-Implementation of the Huffman tree
migongwenti
- 对迷宫问题进行求解,数据结构课程设计可能用的上。-On the maze to solve the problem, the data structure may be used on the course design.
yiyuanduoxiangshi
- 用c++实现一元多项式的求解,数据结构课程设计时可能用的上-Using c++ to achieve a polynomial solving, data structures may be used in courses on design
xishujuzhen
- 数据结构课程设计之一,系数矩阵的实现算法,希望对大家有帮助-One of curriculum design data structure, the coefficient matrix algorithm, we want to help
tiaoqi
- 跳棋的算法设计与分析实验报告-tiaoqi de suanfashejiyufenxishiyanbaogao
linktable
- 这个算法解决了双向链表问题,采用类的形式-This algorithm solves the problem of two-way linked list, using the form class
