资源列表
时间陷阱
- 数据结构底层经典算法——时间陷阱,请大家参考-underlying data structure classical algorithm -- time trap, please refer to
vc
- 排列、组合的生成算法 排列、组合的生成算法
migong
- 数据结构实验实习题中的迷求解问题的源程序。希望对大家有用!
Theshortestpath
- 用C语言实现最短路径的计算-Using C language to achieve the shortest path calculation
daima
- 本程序在运用c++语言编写了一个在控制台完美运行的2叉树前序中序遍历,求树高度,查找等功能。-The program is written using c++ a perfect run in the console before the 2-tree in order traversal order, find the tree height, look for other functions.
all-kind-for-c-sort
- 用于window下各种排序的需要,有冒泡,hafu等等多种排序功能的全集-all kind of sort way for windows C progrom
trie-tree
- Trie是一种树型数据结构,用于存储字符串,可以实现字符串的快速查找。Trie的核心思想是空间换时间,利用字符串的公共前缀来降低查询时间的开销以达到提高效率的目的。 适用范围:统计和排序大量的字符串-Trie is a tree data structure used to store the string, the string can quickly find. Trie' s core idea is space for time, use the string prefix t
descent
- Animation for steepest descent, Newton, and LM directions
link_priority
- 利用链表实现优先队列Use to achieve the priority q-Use to achieve the priority queue
w_filepath.php
- 这段代码可以获取到各种路径,他帮助我解决了很多路径上的问题-This code is able to access to all kinds of path, he help me to solve a lot of problems on the path
hw34
- Using the Matlab program given below, develop a program for one-dimensional elasticity. The program should be able to treat an arbitrary number of elements. Use the penalty method to enforce the essential boundary conditions. Use two-node linear elem
maze
- 数据结构-迷宫 输入说明: 一组数据,输入数据第1行为两个正整数m和n,m表示迷宫高度,n表示迷宫宽度;第2行为两个整数,分表表示起点的行列位置;第3为两个整数,分别表示终点的行列位置;其后为m行数据,每行n个整数,表示迷宫对应位置的状态,0表示通路,1表示障碍。 输出说明: 以三元组形式(见P105)输出从起点到终点的通路,没有则输出no -Data structure- Maze enter a descr iption: a set of data, the inp
