-
this cscan algo in c
this cscan algo in c-this is cscan algo in c++
- 2023-08-14 14:05:02下载
- 积分:1
-
Graph theory and network theory for the Dijkstra shortest path algorithm
图论与网络论中求最短路径的Dijkstra算法-Graph theory and network theory for the Dijkstra shortest path algorithm
- 2022-02-06 07:36:35下载
- 积分:1
-
一个相当好的树状目录程序,实用于动态网站数据库,可以动态显示产品目录结构...
一个相当好的树状目录程序,实用于动态网站数据库,可以动态显示产品目录结构-err
- 2022-04-11 20:48:01下载
- 积分:1
-
adjacency matrix for the Shortest Path (arrays). Rar adjacency matrix for the Sh...
邻接矩阵求解最短路径(数组).rar
邻接矩阵求解最短路径(数组).rar-adjacency matrix for the Shortest Path (arrays). Rar adjacency matrix for the Shortest Path (arrays). Rar
- 2022-05-24 03:23:04下载
- 积分:1
-
对二叉树进行插入,打印屏幕等操作
对二叉树进行插入,打印屏幕等操作。使用动态结构实现,可以学习。代码简洁明了,便与学习。有注释。插入元素,采用递归实现。在t节点插入元素x;深度是temp;num表示若是在满二叉树情况下的编号,用于计算坐标;计算深度是x,满二叉树编号是y点的坐标。
- 2023-08-12 22:50:03下载
- 积分:1
-
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh...
2.[问题描述]
编写递归算法,在二叉树中求位于先序序列中第K个位置的结点
[输入]
按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置
[输出]
若二叉树不空,按先序序列输出,求出所求位置的结点
[存储结构]
采用二叉表存储
[算法的基本思想]
采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点
#include
#include
struct node{
char info
struct node*llink,*rlink
}
typedef struct node NODE
-2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build t
- 2022-06-02 16:30:44下载
- 积分:1
-
ADO查看数据库工具的原代码
ADO查看数据库工具的原码-ADO View database tools of the original code
- 2022-02-15 16:15:43下载
- 积分:1
-
b tree
how to operate on b tr
b tree
how to operate on b tr-b tree how to operate on b tr
- 2023-06-08 16:20:04下载
- 积分:1
-
基于ADODC和ACCESS的客户管理程序,可实现客户信息的添加、删除、查询、修改等。...
基于ADODC和ACCESS的客户管理程序,可实现客户信息的添加、删除、查询、修改等。-Based on customer management ADODC and ACCESS programs for customer information to add, delete, query, modify and so on.
- 2023-07-02 23:55:04下载
- 积分:1
-
VB图书管理程序
VB 图书馆管理程序-VB library management procedures
- 2022-05-06 16:53:13下载
- 积分:1