-
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前...
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前、中、后、层次遍历和相关的操作。另外,可以树形显示这棵树的信息。-Some properties are mainly binary operation. Including reproduction, empty, to strike a tree height, the number of elements in the tree get root node, the father node, all the ancestors, the left son, right son, insert the left son, right son, to find an element, and the former , during and after, hierarchical traversal and related operations. In addition, you can display tree tree information.
- 2022-11-05 05:15:02下载
- 积分:1
-
拉斯维加斯,KMP模式匹配算法,mentro Carlo三的原始股份有限..
Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
- 2022-05-24 23:20:37下载
- 积分:1
-
在SQLServer生成下一个数应该不成问题。但问题出现…
Generating next numbers in SQLServer should not be a problem. But problems arise when a customer asks for different types of next numbers that you cannot generate directly from SQL Server. This brief article describes how you would tackle this problem in different scenarios.
- 2022-02-02 09:50:53下载
- 积分:1
-
求解最短路径的程序。根据迪杰斯特拉的算法思想写出的程序。运行环境VC++6.0...
求解最短路径的程序。根据迪杰斯特拉的算法思想写出的程序。运行环境VC++6.0-Procedures for solving the shortest path. Dijkstra" s algorithm based on ideas to write procedures. VC++6.0 environment
- 2022-06-13 02:34:10下载
- 积分:1
-
这是一个数据结构的常用算法,是关于字符排序的,输入一串字符用算法实现字符排序...
这是一个数据结构的常用算法,是关于字符排序的,输入一串字符用算法实现字符排序-This is a common data structure algorithms, is the sort of character input string of characters with character Sort Algorithm
- 2022-06-20 10:37:50下载
- 积分:1
-
traverse the depth map, using binary tree realize that the importation of binary...
图的深度遍历,用二叉树实现,输入时要遵循二叉树的顶点和边数的对应关系-traverse the depth map, using binary tree realize that the importation of binary tree to be followed when the number of vertices and edges of the relationship
- 2022-04-25 12:17:04下载
- 积分:1
-
iPhone
iphone-testsqlite是在IPHONE上使用SQLITE的测试源码, 对于在IPHONE做应用很有用.-Objective-C SQLite Wrapper is a free SQLite wrapper class that is available for both Mac OS X and iPhone.
- 2022-12-25 03:30:03下载
- 积分:1
-
有向图的强连通的分量的实现
有向图的强连通的分量的实现-directed graph strongly connected component of the realization
- 2022-07-12 23:43:45下载
- 积分:1
-
我写的唯一的算法原理,是实现这类的一个实用的..
我写的那算法只是原理,要实用必须实现一个大整数类(用c++,我的算法是C的)。欢迎和我联系讨论-I wrote that the only algorithm principle, to be practical realization of such a large integers (with c, I C algorithms). And I welcome the discussion link
- 2022-03-23 20:45:34下载
- 积分:1
-
八皇后问题,回溯算法的经典例子,此程序可以扩展至n皇后问题。...
八皇后问题,回溯算法的经典例子,此程序可以扩展至n皇后问题。-eight Queen"s problems, backtracking algorithms classic example of this procedure can be extended to n Queen"s problem.
- 2022-11-28 00:55:03下载
- 积分:1