资源列表
[数据结构常用算法] SingleList
说明:C++封装了单链表数据结构,实现了前插,后插及任意位置插入元素,排序、删除相同元素、清空链表、链表融合等函数。-C++ encapsulation of a single linked list data structure to achieve forward runs, and after insertion to any position of the insertion element, sort, delete the sam<bang> 在 2024-11-06 上传 | 大小:1844224 | 下载:0
[数据结构常用算法] DoubleList
说明:C++语言封装了循环双向链表数据结构,实现了任意位置插入、节点个数获取、删除元素、查找元素等函数功能。-C++ language package circular doubly linked list data structure to achieve an arbitrary position of the insertion, the number of nodes get, delete elements, find elemen<bang> 在 2024-11-06 上传 | 大小:1762304 | 下载:0
[数据结构常用算法] linkedStack
说明:C++语言封装了链式栈数据结构,实现了判断栈是否为空、压栈、出栈等函数。-C++ language encapsulates the chain stack data structure to achieve determine whether the stack is empty, push, stack and other functions.<bang> 在 2024-11-06 上传 | 大小:1830912 | 下载:0
[数据结构常用算法] danlianbiao
说明:1.产生随机数序列 2.建立一个单链表,将随机数序列中的数据存入该单链表 3.在该单链表的第i个位置插入节点 4.删除该单链表的第i个节点 -1. i-node generates a random number sequence 2. The establishment of a single list, the data stored in the random number sequence in the sing<李雪娇> 在 2024-11-06 上传 | 大小:2048 | 下载:0
[数据结构常用算法] Data_Structure_Code
说明:运用基本的数据结构操作,实现简单的功能。其中INVERSE代码实现了一组至多组整形数在单链表中的反序输出操作;mypoly代码实现了多项式在单链表的加减法输出;operation代码实现了利用穿拼接出最大的整形数;括号配对1代码实现了一组至多组括号字符的用顺序栈检查配对情况;身高排序插入代码实现单链表的插入操作。-Using the basic data structure operations to achieve some simp<杨光浦> 在 2024-11-06 上传 | 大小:3072 | 下载:0
[数据结构常用算法] C2A6E2_SortValues.cpp
说明:Sorts values in C++ using arrays<gpop> 在 2024-11-06 上传 | 大小:1024 | 下载:0
[数据结构常用算法] KnightTour
说明:数据结构中骑士游历问题的详细代码程序,开发环境为vc6-Data structure detailed code procedures, the development environment knight tour problem is vc6<苗岩> 在 2024-11-06 上传 | 大小:434176 | 下载:0