搜索资源列表
尾插法建立单链表及其遍历
- 数据结构中尾插法建立单链表及其遍历得的VC实现-data structure Mei interpolation creation of a single-linked list and traverse the VC
tude遍历
- 图的遍历算法包括先序,后序,中序等多种遍历次序,还有图的初始化等-traversal algorithm of the plan include the first sequence after sequence, sequence and other traversal sequence, and there are also such as the initialization
三种遍历
- 本程序实现了层序遍历非递归、后续遍历非递归和中序遍历非递归三种算法-the program sequence traverse non - recursive and non - recursive traversal follow-up and the preorder three non - recursive algorithm
骑士遍历
- 著名的骑士遍历程序-renowned Cleveland ergodic process
实习五 二叉树的存储与遍历
- 二叉树的存储与遍历-binary tree traversal and storage
遍历文件 包括子目录
- 遍历文件 包括子目录
二叉树的创建和遍历
- 二叉树的创建,三种遍历方法
btree
- 二叉树的建立,前序遍历,中序遍历及层次遍历-Tree establishment, pre-order traversal, in order traversal and traversal level
tu
- 图的建立以及深度遍历,该代码很简单,是用链式存储的-Map-building, as well as the depth of traversal, the code is very simple, with chain store
hfm
- 【数据结构】二叉树遍历及赫夫曼编码表完整版-[] Binary tree data structure traversal and Huffman coding table full version
filefind
- delphi 的文件查找和遍历,基本文件操作-delphi find and traverse the document, the basic file operations
erchashubianliywc
- 只要就是用来实现二叉树遍历的功能,用c++语言实现的,是比较精简的数据结构。-erchashu bianli gongneng
dirtotreeview
- Delphi 递归遍历目录到树的源码,很经典的源码-Delphi recursive traversal of the source directory to the tree, it is the classic source
GraphTraversal
- 使用c语言,利用数据结构思想建立图的邻接表的存储结构,实现无向图的深度优先遍历和广度优先遍历。以用户指定的顶点为起点,分别输出每种遍历下的顶点访问序列。 设图的顶点不超过30个,每个顶点用一个编号表示(如果一个图有N个顶点,则它们的编号分别为1,2,…,N)。通过输入图的全部边输入一个图,每条边是两个顶点编号对,可以对边依附顶点编号的输入顺序作出限制(例如从小到大)。 -Using c language data structure used to establish the adjac
tu
- 图的遍历 从图中某一顶点出发遍历图中其余顶点,且使每一个顶点仅被访问一次。通常有两条遍历图的路径:深度优先搜索和广度优先搜索。 -Graph traversal
二叉搜索树的创建与遍历
- 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
二叉链表
- 一、 实验目的 (一) 掌握二叉树的逻辑结构和二叉链表存储结构; (二) 验证二叉树的二叉存储和遍历及其基本操作的实现; (三) 理解算法与程序的关系,能够将顺序表算法转化为对应程序;(First, the purpose of the experiment (1) master the logical structure of the two tree and the storage structure of the two linked list; (two) verify the
遍历文件
- 递归查找计算机文件,可以按自己的文件名的要求遍历每个文件(Recursive search computer files)
历遍文件夹中的文件
- 功能实现历遍当前文件夹中含子夹中的所有文件例程。(Function to achieve the current folder contains all the file routines in the sub folder.)
图的广度优先遍历
- 实现图的广度优先遍历程序,c语言编程,图论(A program for realizing the breadth first traversal of a graph)