资源列表
[数据结构常用算法] Lab08_1-Sort-the-names
说明:c语言对数据按照字母顺序重排序代码,可用作C语言教程例题-c language data alphabetically reordering code, can be used as a C language tutorial examples<苏颖> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] CreateBiTree_PreIn
说明:中序建立二叉树,并分别对所建的二叉树进行先序遍历和中序遍历,并打印输出。-Inorder to establish a binary tree, and were built binary tree preorder traversal and inorder traversal, and print output.<鄂世嘉> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] erchaserch
说明:c++语言写的二叉法搜索的迭代版,数据结构搜索内容-C++ language write binary method search iterative edition, data structure search content<韩非> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Binary-Tree-Traversals
说明:数据结构,用来建立与遍历二叉树的C语言程序-C language data structure used to create the binary tree traversal procedures<parrotmeow> 在 2025-06-23 上传 | 大小: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-23 上传 | 大小:1kb | 下载:0