资源列表
dv
- 一个新的voronoi算法实现,可参照文档-A new voronoi algorithm implementation, be guided by the document
TreeTraversal
- 已知二叉树的先序、中序遍历的结果,构造出该二叉树,并用非递归的后序遍历算法遍历该二叉树-Sequence of the first known binary tree, traversal of the results of the binary tree structure, and after the use of non-recursive traversal of the binary tree traversal algorithm
school
- 一个用C++写的校园导游系统,里面包含了经典的数据结构算法-A use of C++ to write the campus tour guide system, which contains a classic data structure algorithm
strdelete
- 这个程序可以用于数据结构中的删除子串,程序是正确的 是我珍藏的 -this can delete string strdelete
multarray
- 改程序可以用于 实现数据结构中的对称矩阵相乘-this can be used to mult the array,and it is just right
dbubblesort
- 这一段程序 可以用于 数据结构中的双向起泡排序-this can be used to sort the data,and it is right
blksearch
- 该程序 可以用于实现数据结构中的分块查找-this can be used to select the data you need
bitreeswap
- 交换左右子树 可用于实现 数据结构中的程序-this can be used to swap the left and right data
Structure
- 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
Sorter
- 快速排序、堆排序、冒泡排序等各种排序算法,设计模式-Fast sort, heap sort , bubble sort, design pattern
fdg
- 数据结构的算法实在是很深奥,在这里给大家讲解以下-Data structure of the algorithm is really profound, give everyone here on the following
BTree
- 数据结构B-TREE的java实现,按照CLRS的思路描述,通过测试~-a simple implemention of B-TREE(Java code) refer to CLRS