搜索资源列表
danlianbiao
- 数据结构与算法 单链表逆置 算法
LinkList 实现单链表的所有基本操作
- 1、实现单链表的所有基本操作包括表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2、测试链表所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 5、实现单链表的逆置。 6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table,
datastructure
- 实验1实现建立单链表、插入元素、删除、查询及显示;实验2实现建立两个单链表的归并;实验3实现一个单链表的逆置。并附运行结果图。-Experiment 1 to achieve the establishment of a single linked list, insert the element, delete, query and display Experiment 2 to achieve the establishment of two single-linked list of I
1
- 数据结构基本,创建一个单链表并对其进行原地逆置-The basic data structure, create a single list and in situ reverse home
pp
- 通过对单链表的操作的实验,了解单链表的存储结构和操作方法,单链表是一种链式存储结构,使用一组任意的存储单元存储线性表中的元素,掌握链表的逆置,用指针进行操作。-Through the operation of a single list of experiments to understand the single list of the storage structure and method of operation, single-chain is a chain store struc
nizhi
- 单链表的就地逆置 掌握数据结构中的一些基本概念。数据、数据项、数据元素、数据类型和数据结构,以及它们之间的关系-Single list of in situ reverse home master data structure of some basic concepts. Data, data items, data elements, data types and data structures, as well as the relationship between them
single_chain_reverse
- 单链表逆置,数据结构作业-Single-chain reverse function
nizhi
- 利用栈来实现单链表的逆置 数据结构实验-my english is not good....
nizhi
- 1程序实现顺序表逆置,2程序实现单链表逆置-A program to achieve reverse the order of the table set, 2 process against the home for single linked list
dianlianbiao.txt.tar
- 创建一个保存学生基本信息的单链表,实现学生信息的建立(尾部插入和头部插入都要) 插入 删除 查看 逆置 删除值为X 等功能-Save the basic information students create a single list, to achieve the establishment of student information (and head into the tail to be inserted) into the deleted view the inverse func
shuju
- 单链表的交集,并集,插集,逆置,定位的实现-Single list of the intersection, and set, insert set, reverse home, location of implementation
lianshibiao
- (1).键盘输入一组元素,建立一个无头结点的单向链表(无序)。 (2).遍历(打印)单向链表。 (3).把单向链表中元素逆置(不允许申请新的结点空间)。 (4).在单向链表中删除所有的偶数元素结点。 (5).对链表排序,排序后链表元素按照非递减方式排列(注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6).利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 (7).利用算法
Single_linked_list
- 单链表的各种操作,很完整,包括有构造单链表、插入、遍历、查找、删除、排序、合并、逆置等等。-Single list of the various operations are complete, including a structure linked list, insert, traverse, search, delete, sort, merge, reverse home and so on.
Inverse
- 对以单链表为存储结构的数组进行就地逆置,要求不占用新空间-On a single list for the storage structure of the array in-place against the home, asked not to occupy the new space
4
- 对于单链表的描述:实现单链表的逆置,以及删除元素,插入元素的功能-For a descr iption of a single linked list: set against the single-linked list, and delete elements, functional elements inserted
danlianbiao
- 单链表基本操作 1. 学会定义单链表的结点类型,实现对单链表的一些基本操作和具体的函数定义,了解并掌握单链表的类定义以及成员函数的定义与调用。 2. 掌握单链表基本操作及两个有序表归并、单链表逆置等操作的实现。 -Basic operation of a single list. Learn the definition of types of single-linked list of nodes to achieve a single list of some of the ba
single
- 单链表逆置的源码~提供了源码和源码说明~简单实用,适用于课堂作业程度-Reverse single linked list provides a set of source code source code and source code ~ ~ simple and practical instructions for classroom work degree
zhangnode3
- 当单链表逆置,即通过用一个临时变量实现单链表的倒叙链接-make the single list in the diverse direction
template
- 单链表类及其实现设计单链表类, 实现构造、析构、插入、删除等基本的成员函数,并添加将单链表逆置、搜索值为x的成员函数-Design and realization of single-class single-linked list class that implements constructed, destructors, insert, delete, member of the basic functions, and add to the list against a single
arrList
- 将一个含有N个元素的单链表逆置,非递归算法,辅助空间为常量,时间复杂度为O(n),详细运行内容和截图在Readme文档中-Inverse set of a singly linked list containing N elements, non-recursive algorithm, the auxiliary space is constant, the time complexity is O (n), run the content and screenshots in the REA