搜索资源列表
SimpleDataStruct
- 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Block, exchange around the readme,
单链表的逆置
- 本程序是数据结构中链表的实现,很好,可以运行 单链表的逆置
danlianbiao
- 数据结构与算法 单链表逆置 算法
逆置带头结点
- 按照数据结构书编的程序,编译出来完事的,能运行的\"逆置带头结点的动态单链表L\"-book series of the process, get away from the compiler can run the "reverse home lead the dynamic node L-List"
单链表基于线性表的实现
- 1. 基于链表实现线性表的以下基本操作: interface ILinarList<T> { void InsertNode(T a); //在表末尾插入元素 void InsertNode(T a, int i); //在指定的位置i插入元素 void DeleteNode(int i); //删除操作 T SearchNode(int i); //查找表元素 int SearchNode(T value); //定
lianbiao.rar
- 假设学生信息含有:学号、姓名、成绩。要求用单链表表示一个班的学生信息,并能用菜单形式实现如下功能(菜单要能重复使用): 1、建立单链表 2、输出单链表 3、查找单链表 4、插入单链表 5、删除单链表 6、更新单链表 7、逆置单链表 0、退出系统 ,The assumption that contain student information: Student ID, name, accomplishments. Require a single list that stude
LinkList 实现单链表的所有基本操作
- 1、实现单链表的所有基本操作包括表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2、测试链表所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 5、实现单链表的逆置。 6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table,
danlianbiaonizhi
- 这是一个单链表逆置的小程序。是软件实验时自己写的小程序。-This is a single list against the purchase of small procedures. Experiment software to write their own small program.
inverssinglelist
- 将线性表逆置,即使元素排列次序颠倒过来,成为逆线性表E’={ en , en-1 , … , e2 , e1 },要求逆线性表占用原线性表空间,并且用顺序表和单链表两种方法表示,分别用两个程序来完成-Will be home against the linear form, even if the elements in reversed order, become the inverse linear form E ' = (en, en-1, ..., e2, e1), request
single_chain_reverse
- 单链表逆置,数据结构作业-Single-chain reverse function
dlbnz
- 单链表逆置:设有一个线性表,设计一个算法,将线性表逆置,即使元素排列次序颠倒过来,成为逆线性表。-Single-chain reverse home: there is a linear form, to design an algorithm to linear inverse form home, even if the elements reversed order, as a linear inverse table.
nizhi
- 1程序实现顺序表逆置,2程序实现单链表逆置-A program to achieve reverse the order of the table set, 2 process against the home for single linked list
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
1
- 单链表逆置的程序代码,其中包括单链表结构类型定义,并且调用了单链表逆置的函数-Single list is set against the program code
danlianbiaonizhi
- 这是一个单链表逆置的小程序。是软件实验时自己写的小程序。-This is a single list against the purchase of small procedures. Experiment software to write their own small program.
逆置单链表
- 逆置单链表 采用C语言进行编写,该算法可以对单链表进行逆置(The inverse single chain table is written in the C language, and the algorithm can reverse the single chain table.)