资源列表
Introduction-to-Algorithms
- 这是介绍算法的经典书《算法导论》,有助于提高对算法的认识-introduction to algorithms, 2nd edition
point
- 用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方-Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity)
boi2003e
- Baltic Olympiad in Informatics 2003 信息学奥林匹克竞赛题目、解题报告、测试用例-Baltic Olympiad in Informatics 2003
ZJU-ACM-answers
- 部分浙大acm试题答案,大部分常用的都有了-some zju acm answers
paixu
- 各种排序算法,有直接插入排序,快速排序,堆排序,归并排序等-Various sorting algorithms, direct insertion sort, quick sort, heap sort, merge sort
BinarySortTree
- 二叉树的源代码,实现用二叉树的代码存储基于java语言的实现-Binary tree source code, realize with binary tree code memory
list
- 顺序表的创建,按位置删除,删除特定单元内容,按位置插入,合并两有序顺序表,查找特定内容。-create a list and do delete or insert in this list.
C-language-suanfa
- C语言有关的算法 有助于大家提高C语言和编程能力-Related to the C language algorithm helps to improve the C language
HeterogeneityLink(VS2010-CPP)
- VS2010开发 C++语言 实现异质链表-The VS2010 development C++ language heterogeneity linked list
9
- 基于先序遍历算法创建二叉树先序遍历中序遍历后序遍历采用后序遍历求二叉树的深度、结点数及叶子数的递归算法-Create a Binary Tree in preorder traversal preorder traversal algorithm after preorder postorder traversal binary tree of depth, the number of nodes, and leaves the number of recursive algorithm
Dijkstra
- 算法与数据——Dijkstra 算法与数据结构实现Dijkstra算法-Algorithms and Data Dijkstra s algorithm- Dijkstra algorithm and data structure
Floyd
- 数据结构的作业,经典算法,弗洛伊德算法 c语言实现,用vc++编译的,直接能运行-The homework of the data structure, the classical algorithm, Floyed algorithm c language to achieve, compiled with vc++, can be run directly
