资源列表
[数据结构常用算法] Stack
说明:(1)实现堆栈各种基本操作,如初始化、置空、入栈、出栈等; (2)利用堆栈实现数制转换的程序;((1) the basic operation of the stack, such as initialization, emptiness, stack, stack and so on; (2) the conversion program using the stack implementation;)<wuthering。 > 在 2024-11-01 上传 | 大小:1024 | 下载:0
[数据结构常用算法] list
说明:创建节点、插入节点、点位置、插入节点和删除节点(Create nodes, insert nodes, point positions, insert nodes, and delete nodes)<wuthering。 > 在 2024-11-01 上传 | 大小:1024 | 下载:0
[数据结构常用算法] NO1
说明:/* 自定义LinkList单链表类型 */ /*函数,用尾插入法建立带头结点的单链表*/ /*函数,用头插入法建立带头结点的单链表 */ /*函数,按值查找结点 */ /*函数,删除指定值的结点 */ /*函数,打印链表中的所有值*/ /*函数,删除所有结点,释放内存 */ /*修改程序:增加节点。用头插法,返回头指针*/(Custom LinkList single ch<wuthering。 > 在 2024-11-01 上传 | 大小:1024 | 下载:0