搜索资源列表
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
Singlelistofheoperation
- 随机产生或键盘输入一组元素,建立一个带头结点的单链表(无序)。 2.遍历单链表(即输出单链表中各结点元素)。 3.把单链表中元素逆置。 4.在单向链表中删除所有的偶数元素结点。 5.编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单链表。 6.利用算法5建立两个非递减有序单链表,然后合并成一个非递减有序单链表。 -Randomly generated or keyboard input of a group of elem
danlianbiao
- 单链表的相关操作(建立单链表+求长度+显示+查找+插入+删除+排序+就地置逆+求最大最小值+两链表的降序合并)-Single list of related operations (seeking to establish the length of a single linked list+ search+ show++ sort+ insertion+ deletion+ reverse+ find local maximum and minimum set+ merge the two l
single
- 单链表逆置的源码~提供了源码和源码说明~简单实用,适用于课堂作业程度-Reverse single linked list provides a set of source code source code and source code ~ ~ simple and practical instructions for classroom work degree
data
- 单链表的逆置 单链表简介 用一组地址任意的存储单元存放线性表中的数据元素。 以元素(数据元素的映象) + 指针(指示后继元素存储位置) = 结点-Single linked list