资源列表
[数据结构常用算法] shujujiegou
说明:数据结构的线性链表的查找,删除,逆序,顺序等功能-Linear linked list data structure of the find, delete, reverse, sequence features such as<zhoupanqing> 在 2025-06-23 上传 | 大小:885kb | 下载:0
[数据结构常用算法] changzhengshusizeyunsuan.cpp
说明:可以实现任意长的整数进行加法运算的演示程序。-Can realize arbitrary long integer addition operations for the demo program.<liufeng> 在 2025-06-23 上传 | 大小:37kb | 下载:0
[数据结构常用算法] 2-lu
说明:数据结构中的所涉及到的2-路插入排序的算法函数-Data structures involved in the 2- Road Insertion Sort algorithm function<laixianhang> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] erchalianbiao
说明:若在二叉链表的结点中只增设一个双亲域 以指示其双亲结点,则在遍历过程中能否不设栈? 试以此存储结构编写不设栈进行中序遍历的递推形 式的算法。-If the binary node list only the addition of a parent domain to indicate their parent node, then traverse the process can not stack? Try to store the structure of the prepar<laixianhang> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shuangqing
说明:若在二叉链表的结点中只增设一个双亲域 以指示其双亲结点,则在遍历过程中能否不设栈? 试以此存储结构编写不设栈进行中序遍历的递推形 式的算法。-If the binary node list only the addition of a parent domain to indicate their parent node, then traverse the process can not stack? Try to store the structure of the prepar<laixianhang> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] eightqueens
说明:自己编的一种可行的求解八皇后问题的程序的源代码。因为刚学完数据结构。。。还是超级菜鸟一只。。。慢慢来<marco> 在 2025-06-23 上传 | 大小:9kb | 下载:0
[数据结构常用算法] wenzhangbianji
说明:本程序可以实现的功能是输入一页文字后,程序可以统计出文字、数字、空格的个数。对于文章的内容统计作用效果较好,还可以删除字符串,并把后面的内容与之前的内容自动连接上,且简单易懂,也便与实现。-This procedure can realize the function is to input a text, the text can be statistics, numbers, the number of spaces. Statistics for the content of the ar<赵越> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 456768
说明:数据结构课程设计 平衡二叉树操作的演示 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。 -Curriculum design data structure balanced<谭燕> 在 2025-06-23 上传 | 大小:187kb | 下载:0