资源列表
sy_6
- A为每个关键字不超过3位的十进制整数关键字集合,编写一个采用静态链表组织模式实现的基数排序程序将A进行由小到大的排序-static link
sy_4
- 对于给定的一个工程施工图,该图以边为单位从键盘输入,编写能够找出该图的关键路径的程序。-the shortest route
two-side
- 双端堆算法模板,是学习bellman最短路算法的基础入门模板,简单易懂。-the bellman algorithm template is learning the fundamentals of bellman s shortest path algorithm template, easy to understand.
C-P-P-circular-queue
- 完整的一段C++的循环队列实现,有详细的注释-Complete a section of C++ circular queue implementation, with detailed comments
shujujiegouhesuanfa
- 涵盖了数据结构的大部分的内容,是一部不错的数据结构方面的书籍。可以看看的-Covers most of the content of data structure, data structure is a good books. Can see the
example33
- 使用标准C采用数组实现栈的非递归算法进行迷宫问题的求解-Demo C program for maze It shows how to realize stack using standard C
longdistanse
- 最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径。 算法具体的形式包括: 确定起点的最短路径问题 - 即已知起始结点,求最短路径的问题。 确定终点的最短路径问题 - 与确定起点的问题相反,该问题是已知终结结点,求最短路径的问题。在无向图中该问题与确定起点的问题完全等同,在有向图中该问题等同于把所有路径方向反转的确定起点的问题。 确定起点终点的最短路径问题 - 即已知起点和终点,求两结点之间的最短路径- A spanning tr
knapsack-problem
- 原创,背包问题的四种解法,回溯法,动态规划法,以及两种蛮力法,C++代码,编译运行通过,结果正确,可以比较各种方法的效率。-The original, four solutions of the knapsack problem, backtracking, dynamic programming, and two brute force method, C++ code, compile, run through, the result is correct, you can compare
String-matching
- 这是一个实现字符匹配的代码,使用kmp算法实现字符匹配。-This is a realization of matching characters code, use KMP algorithm matching characters.
Huffman!
- 这是一个用数据结构实现的哈弗曼数的实现代码。-This is a data structure with the realization of the realization of the code number of mann corner.
yuesefu
- 循环链表写的约瑟夫环求解问题,输入人数及出圈数-Circular linked list written by Josephus solving problems
yiyuanduoxiangshi
- C/C++链表构造一元多项式求和.数据结构,学习数据结构的重要代码-In C/C++ linked list construct a polynomial sum of data structures, learning data structures code
