资源列表
shu
- 数据结构关于树的一系列例子,包括树的各种算法,二叉树的实现-Tree data structure on a series of examples, including the tree, the various algorithms, binary tree implementation
shuzu
- 这是关于数组的一系列算法,包括一些例子和用法,有注释和说明-This is a series of algorithms on the array, including some examples and usage, with annotations and notes
New-Text-Document-(2)
- 用Dijkstra算法求单源最短路径 输入参量ma是距离矩阵 输出参量是一个三行n列矩阵,每列表示顶点号及顶点到源的最短距离和前顶点-With a single-source Dijkstra shortest path algorithm for getting the input parameter ma is the output parameter from the matrix is a matrix of three rows of n columns, each colum
glink
- 自己实现的通用链表,用法及测试用例见注释,希望对你有帮助-Own implementation of generic list, usage, and test cases see Note, I hope to help you
mousemaze
- 实现迷宫老鼠,用0与1来表示通路和障碍,且生成的0与1是随机的,在不同的迷宫中老鼠的通行状态。-A mouse find the way to get out a maze
Duipaixu
- 在Visual C++环境下,堆排序实现代码,实现由小到大的排序-In Visual C++ environment, the heap sort implementation code, to achieve the sort ascending
kl-zip
- (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果;-(1) a carriage return (' \ n' ) for the input end of the symbol, enter the series L, respectively, generate a binary sort tree T and balanced binary sort tree BT (2) of
double-link
- 双向链表:建立双向链表 实现对双向链表的插入 删除操作·-double link
data-structure
- 这是C++语言版的数据结构与算法教程,内容全面,算法经典,学习容易得手。-This is the C++ language version of the data structure and algorithm tutorial, comprehensive and classic algorithms, learning easily succeed.
java
- 数据结构与算法 java 语言描述 常用的排序算法和数据结构-Data Structures & Algorithms in Java
Newton_SimpleRF
- Newton method to found solutions for equations, some simple recursive functions
bubble_sort
- A simple program in C that implements the bubble sort algorithm
