资源列表
binary_sort_tree
- 二叉排序树 能在nlogn级别完成排序、查找等工作-binary search tree
Serpentine-number-fill
- 蛇形填数。。。。。。。C++优化程序,时间较短,更适于ACM竞赛。-Serpentine number fill, C++ optimizer
dist
- 迪杰斯特拉算法的经典写法。。最短路径的问题-Dijkstra algorithm is the classic formulation. . The shortest path problem. .
1
- 链表的反序,用头插法建立一个链表,然后反序-List of the reverse order, with the first interpolation method to create a linked list, and then reverse
zuiyouzhuangzai
- 最优装载的的一些逻辑表示,供大家学习学习-Optimal loading of some of the logic that, for all to learn from
Lexicographic-problems
- 算法与设计书中的---经典的字典序问题,C++的形式,可直接用。-Lexicographic problems
HeapSort
- 这是一个经典的堆排序算法,不错的学习经典-This is a pile of sorting algorithm
b201702124
- ***以下程序是汉诺塔算法的递归算法实现,算法虽然简单,但是能体现出递归算法的精髓,-you can use this code TO GO UP
Runge-Kutta
- source code for implementation of range kutta s method of numerical analysis methods in mathematics.
longdistanse
- 最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径。 算法具体的形式包括: 确定起点的最短路径问题 - 即已知起始结点,求最短路径的问题。 确定终点的最短路径问题 - 与确定起点的问题相反,该问题是已知终结结点,求最短路径的问题。在无向图中该问题与确定起点的问题完全等同,在有向图中该问题等同于把所有路径方向反转的确定起点的问题。 确定起点终点的最短路径问题 - 即已知起点和终点,求两结点之间的最短路径- A spanning tr
Trie
- poj3283的代码,是学习Trie的好材料~-poj3283 code is studying the well Trie Materials ~
Dijkstra
- Dijkstra算法 经典 Dijkstra算法 -Dijkstra algorithm