资源列表
[数据结构常用算法] CreateBiTree_PreIn
说明:中序建立二叉树,并分别对所建的二叉树进行先序遍历和中序遍历,并打印输出。-Inorder to establish a binary tree, and were built binary tree preorder traversal and inorder traversal, and print output.<鄂世嘉> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] erchaserch
说明:c++语言写的二叉法搜索的迭代版,数据结构搜索内容-C++ language write binary method search iterative edition, data structure search content<韩非> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Binary-Tree-Traversals
说明:数据结构,用来建立与遍历二叉树的C语言程序-C language data structure used to create the binary tree traversal procedures<parrotmeow> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] erchashu
说明:假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其夫结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。 -Assuming that the top-down hierarchy, from left to right input each node is a triple (N, P, L/R). N oriented junction element t<jxl> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] duoxiangshi
说明:采用链式结构实现任意多项式的存储,求两个多项式的和。 -Using the chain structure to achieve arbitrary polynomial storage, and seeking two polynomials.<jxl> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] cunchujiegou
说明:采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。 -Adjacency matrix storage to the network, to establish a network and single-source shortest path algorithm.<jxl> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Single-Source-Shortest-Path
说明:从题目给出的N个节点以及相应距离中,找出单源最短路径,采用贪心算法-N nodes and the corresponding distances from the title given to find the single source shortest path, the greedy algorithm<peter> 在 2025-06-03 上传 | 大小:1kb | 下载:0