资源列表
两种遍历图的方法
- 熟悉图的两种常用的存储结构,以及在这两种存储结构上的两种遍历图的方法,即深 度优先遍历和广度优先遍历。进一步掌握递归算法的设计方法。 -familiar with the plans of two commonly used storage structure, and the two storage structures on the two traverse map, that depth-first traversal and breadth priority traversal.
data_Structures
- 用C++实现的数据结构常用排序以及HUFFMAN编码解码和最短路径算法的小程序-with C + + data structure used sequencing and HUFFMAN codec and the shortest path algorithm small programs
黄国兴(C源程序代码)
- 数据结构——黄国兴(C源程序代码)其实我也是从网上搜集起来的-data structure -- Wong Kwok-hing (C source code) I also collected from the Internet up
数据结构算法与应用C++语言描述
- 数据结构算法与应用C++语言描述,其实偶也是从网上下的-algorithm and data structure C language descr iption, even from the Internet is the
数据结构程序设计jgj
- 航空订票的实现以及查询,根据姓名,地址.时间等-air booking and the realization of inquiry, under the name and address. Time
四则运算jgj
- 四则运算的实现,是用C语言编写的,定义了堆栈.-four operations, were prepared using the C language, the definition of the stack.
报告jgj
- 这是一个对运动会分数统计的实验报告,很好的啊-This is a fraction of the games statistics experiment, a good ah
二叉树的各种遍历操作(非)递归
- 数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.
13.用普里姆(Prim)算法构造最小生成树
- 用普里姆(Prim)算法构造最小生成树 数据结构的基本应用,适合初学者-with Primbetov (PRIM), the minimum spanning tree algorithm tectonic structure of the basic data applications, suitable for beginners
splayTree
- 主要是avl,splay和binary树的insert,delete程序,主要是avl,splay.binary树的-mainly AVL, SED and the binary tree insert, delete procedures, mainly AVL, splay.binary tree
PA7
- 組合語言的大數加減乘除 適合組語初學者訓練計算機科學的運\算邏輯-language portfolio of large numbers for the arithmetic group language training beginners computer science arithmetic logic
01背包算法
- 一个简单的01背包算法,物品数量限制在10以内。-a simple 01 backpack algorithm, the number of items within the limit of 10.