资源列表
[数据结构常用算法] First_Assignment
说明:从左到右及从右到左遍历一个单链表是可能的,其方法是在从左向右遍历的过程中将连接方向逆转,如右图所示。在图中的指针p指向当前正在访问的结点,指针pr指向指针p所指结点的左侧的结点。此时,指针p所指结点左侧的所有结点的链接方向都已逆转。 (1) 编写一个算法,从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上。 (2) 编写一个算法,从任一给定的位置(pr,<刘洋> 在 2025-01-14 上传 | 大小:4kb | 下载:0
[数据结构常用算法] erchashujisuanqi
说明:数据结构的二叉树遍历,多功能计算器,是学习二叉树的经典案例-Binary tree traversal of the data structure, multi-function calculator, is a classic case of learning binary tree<haofree> 在 2025-01-14 上传 | 大小:299kb | 下载:0
[数据结构常用算法] Circular-linked-list
说明:一个动态循环链表报数游戏,报到数的退出直到剩下最后一个。运用到了动态构建循环链表,动态删除等,是我的一个课程作业_fromUSST-A dynamic circular linked list reported that the number of games, and to report the number of exit until the last remaining one. Use to dynamically build<haofree> 在 2025-01-14 上传 | 大小:244kb | 下载:0
[数据结构常用算法] datastruct
说明:自己写的程序,分别用C++和C实现的数据基本结构包括数组,链表,栈和队列,已经过测试,里面有详细的注释,希望与大家分享!-Write their own programs, basic data structures, including arrays, linked lists, stacks and queues respectively implemented in C++ and C, have been tested, the<> 在 2025-01-14 上传 | 大小:2.39mb | 下载:0
[数据结构常用算法] int-linked-list
说明:基于JAVA编写一个整数的链表。程序包括对dat文档读取,链表的添加,删除,和完成指定要求。-Write a program, using an IntLinkedList to read in the following file and create a list according to the rules specified. The first number is n = the number of elements to<han> 在 2025-01-14 上传 | 大小:13kb | 下载:0