资源列表
[数据结构常用算法] 5
说明:二叉排序树采用二叉链表存储。写一个算法,删除结点值是X的结点。要求删除该结点后,此树仍然是一棵二叉排序树,并且高度没有增长(注:可不考虑被删除的结点是根的情况)。-Binary sort tree stores using the binary tree. Write an algorithm deleting node value of X node. Requested the deletion of the node, this tree is still a binary sort tr<若曦> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 4
说明:设无向图G有n个点e条边,编写算法建立G的邻接表,并按照深度优先搜索输出顶点间。-Let undirected graph G with n vertices e edges, G to write algorithms to establish the adjacency table, and depth-first search in accordance with the output vertex requires time complexity of the algorithm is<若曦> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] expression_evaluation
说明:表达式求值。利用栈操作,对含有‘+’‘-’‘*’‘/’‘(’‘)’的表达式进行求值。(利用中序遍历)-expression evaluation<王蒙> 在 2025-06-18 上传 | 大小:5kb | 下载:0
[数据结构常用算法] filesheacher
说明:自己写的全文检索工具,可应用成小型搜索引擎.-Write your own text retrieval tools can be applied to a small search engine<方云> 在 2025-06-18 上传 | 大小:173kb | 下载:0
[数据结构常用算法] tree-similar
说明:按先序遍历序列建立两个二叉树的二叉链表 A 和链表 B ,设计算法判断 A 、 B 二叉树是否相似。-Traversal sequence established by the first two binary tree binary list A and list B, the design algorithm to determine A, B binary tree is similar.<YY> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 2010011219_e1_p1
说明:对于给定的N,求出区间(0, N]区间的所有满足勾股定理的正整数三元组。-For a given N, determined interval (0, N] interval for all positive integers satisfy the Pythagorean triples.<flylucas> 在 2025-06-18 上传 | 大小:769kb | 下载:0
[数据结构常用算法] 2010011219_e1_p2
说明:统计文件中字母出现的数目,不区分大小写,输出格式为字母 数目-Statistics document the number of letters appear insensitive, the output format is the number of letters<flylucas> 在 2025-06-18 上传 | 大小:728kb | 下载:0
[数据结构常用算法] 2010011219
说明:将文件中的多项式写入链表,并通过链表保存,通过动态数组实现简单的运算。-Write a polynomial in the file list, and saved through the list, dynamic arrays through simple arithmetic.<flylucas> 在 2025-06-18 上传 | 大小:765kb | 下载:0
[数据结构常用算法] 2010011219_e3
说明:关于中缀运算符运算与后缀运算符运算算法与课本相同; 关于中缀转后缀采取数据直接赋值,运算符入栈等候操作(根据优先级)的方法 -About infix operators computing and computing algorithms and postfix operators textbooks same infix turn on suffix take data directly assignment operator stack awaiting operation (ac<flylucas> 在 2025-06-18 上传 | 大小:746kb | 下载:0