资源列表
[数据结构常用算法] tuopupaixu
说明:运用拓扑排序进行课程的分类排序,是数据结构课程设计的辅助参考程序。-The use of topological sort of Sort curriculum is the data structure of the curriculum design process auxiliary reference.<kahn> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] shujujiegou
说明:这是一个c++程序,实现了诸如堆栈,链表,二叉树之类的基本数据结构-This is a c++ Procedures, such as the realization of stacks, linked lists, binary tree, such as the basic data structure<tj> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] binarytree
说明:以二叉链表作为存储结构,定义二叉树类型 bitree ; 实现二叉树的以下运算: 建立 create( ) 输入二叉树的结点元素,建立二叉链表。 选择一种遍历方式(先序、中序、后序、层序)遍历这棵二叉树。 求二叉数的树深度。 -To list as a binary storage structure, the definition of binary tree type bitree realize th<candy930> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] duiliewenti
说明:队列相关问题 (C++) 队列的算法 题目:假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾(注意不设头指针),试编写相应的置空队、入队、出队的算法。设队列中存放着 n 个字符,试编写算法,判断该字符串是否有中心对称关系 -Queue-related issues (C++) Queue algorithm Title: assumptions in order to take the lead in the<candy930> 在 2024-11-05 上传 | 大小:2048 | 下载:0