资源列表
[数据结构常用算法] theshortestpath
说明:用分支限界搜索法求解单源最短路径问题的算法-Branch and bound search method with a single-source shortest path algorithm<黑翼天使> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] The_operation_of_the_tree
说明:用C++实现了数据结构中树的操作 包括树的构建、先序中序后序遍历、树的拆除、结点的添加与删除、树的深度计算等 程序调试完全通过-Achieved with C++ data structure tree operations include the construction of the tree, the first sequence in the sequencing order traversal, tree removal, node addition and deletion, the<朱洁丽> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Tree_Missoum
说明:In computer science, a binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contain references to their parents. Ou<kader125> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] demo
说明:数据结构学习的利器,内有数据结构设计的所有基本算法,最重要的是有演示,对初学数据结构的同学们有很大帮助,有pascal、c两种语言的演示-Learning tool for data structure, containing all the basic data structure design algorithm, the most important thing is to have presentations, data structures for beginners of great<孙茂钧> 在 2025-06-16 上传 | 大小:2.05mb | 下载:0
[数据结构常用算法] The_operation_of_single-strand_table
说明:数据结构中通过C++对顺序表的操作 对线性表进行排序、搜索、插入等处理 包括顺序数组与单链表-Data structure through C++ on the operation of the linear order of the table to sort the table, search, insertion order processing, including an array with a single linked list<朱洁丽> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] polynominal
说明:多项式运算的C++实现 包括加减乘除四种多项式运算 用到了友元等概念 对运算符实现了重载 代码均调试通过-Polynomial arithmetic C++, including addition, subtraction polynomial expression of four other friend uses the concept of operator overloading to achieve the code and debugging through<朱洁丽> 在 2025-06-16 上传 | 大小:1kb | 下载:0