资源列表
[数据结构常用算法] BiTR
说明:生成一棵以二叉链表存储的二叉树bt(不少于15个结点)。 2) 分别用递归和非递归方法前序遍历bt,并以缩格形式打印bt上各结点的信息。 3) 编写算法,交换bt上所有结点的左、右子树,并以缩格形式打印出交换前后的bt结点信息。(Generate a two fork tree BT (no less than 15 nodes) stored with a two chain list. 2) the BT is traversed with the preorder of recursive<占喜666 > 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 实验二
说明:以一个mXn的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一 个程序,对任意设定的额迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze is represented by a mXn's rectangular array, and 0 and 1 represent the paths and obstacles in the maze, respectively. A program is designed for an arbitrarily set ma<竹知音 > 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 邻接矩阵与邻接表相互转化
说明:数据结构图论部分,邻接矩阵转邻接表,用C语言实现,再加几个字才够20字(The data structure graph, adjacency matrix to the adjacency list, using C language, plus a few words to 20 words)<waine > 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] HuffmanCode
说明:哈夫曼树编码,数据结构c语言版,哈夫曼树的编码程序,通过不同的权值获得不同的编码,值得参考(The program for the Huffman coding process, more detailed, the annotation is more, hope someone communicate with me!)<愚 > 在 2025-06-09 上传 | 大小:1kb | 下载:0