资源列表
[数据结构常用算法] BiTree
说明:输入一个字符串,并建成一棵二叉树,满足左子树的字符都要小于根结点的字符,右字树的字符都要大于根结点的字符,每个结点值有字符和字符的出现次数,并用三种遍历方法打印,比较是否与自己想象的相一致。再求树的深度、叶子结点数、最大结点值。 (补充:对二叉树实现所有左右子树的交换并中序输出结果) -Enter a string, and the completion of a binary tree, to meet the characters in the left subtree must b<哈哈哈> 在 2025-12-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] LinearList
说明:数据结构,线性链表实现,有具体例子.在VC2008环境编译即可执行。-data structure,linear list<Robin.Wang> 在 2025-12-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] nearestpoint
说明:使用vc++解决平面上最近点的求解问题,使用的是递归算法,时间复杂度较高-Using vc++ to solve the nearest point on the plane to solve the problem, using a recursive algorithm, time complexity of a high<jidean> 在 2025-12-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shortestpath
说明:使用vc++实现数据结构中单源最短路径的实现,使用递归算法,比较简单-Using vc++ data structure, the realization of single-source shortest path, using a recursive algorithm, a relatively simple<jidean> 在 2025-12-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dictionary
说明:自己用c写的字典排序,菜鸟水平,仅供参考-Own use c to write the dictionary sort, rookie level, only for reference<小杨> 在 2025-12-28 上传 | 大小:1kb | 下载:0