搜索资源列表
sf22带头结点的单链表 C++ Source File
- sf22带头结点的单链表,可以删除添加数据。C-sf22 lead single node chain and the addition of data can be deleted. C
单链表
- 单链表c++算法实现-Algorithm
数据结构_线性表&单链表_详细c++源代码
- 数据结构_线性表&单链表_详细源代码 包含线性表和单链表的建立、插入、删除、排序等简单应用。 c++版
计算两个以单链接表表示的多项式相乘的程序
- C++实现计算两个以单链接表表示的多项式相乘的程序,属于数据结构方面。
c++ 单链表
- c++初学者 使用 整数单链表
单链表基于线性表的实现
- 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); //定
LinkList
- 单链表的基本操作,包括创建表,插入数据,删除数据,查找数据,获取数据-Single list of basic operations, including creating tables, inserting data, deleting data, find data, get data ... ...
homework_1
- 已知两个单链表 A 和 B 分别表示两个集合,其元素递增排列。请编写程序求集合 A 和 B 的交集 C = A B,要求单链表C按其元素递增排列,并利用原表(即表A和表B)的结点空间存放表C。-A list of known and two single-B, respectively, two sets of its elements in ascending order. Please write a program seeking the intersection of se
double-link-merge.c
- 链表归并 a) 构造两个单链表 c) 显示构造的单链表的元素内容 b) 编写算法将这两个单链表归并为一个按元素值递减次序排列的单链表,要求利用原来两个单链表的结点存放归并后的单链表。 e). 显示归并后的单链表-link merge
linklist
- c语言 单链表的实现 包含三个文件linklist.c linklist.h main.c-c language to achieve a single linked list
C++数据结构代码
- 本压缩包里含有队列、链表(单链表、双链表和循环链表)、栈、队列、两个栈实现一个队列、二叉树等数据结构的C++代码实现。
lcj_单链表源代码
- 一、 实验目的 1、 掌握线性表的链接存储结构; 2、 验证单链表及其基本操作的实现; 3、 进一步理解算法与程序的关系; 4、 能将单链表算法关系转化成对应的程序;(First, the purpose of the experiment 1. Master the link storage structure of the linear table; 2, verify the single linked list and its basic operation; 3, to
单链表的建立、插入、删除、查找
- 用C++,实现单链表的建立、插入、删除、查找功能(link's create insert delete search)
structure
- 数据结构中单链表的创建和栈的创建,用C语言实现创建(Data structure in the creation of single-linked list and stack creation, with the C language to achieve the creation)
单链表
- 使用c语言,用单链表完成学生管理系统,使用单链表完成对学生信息的读取、学生增删、指针交换实现姓名/学号/单科成绩的排序,由学生姓名或学号进行查询学生全部信息,实现学生数量无限制的链式结构,可对学生进行无限增加与删除。所有排序内容均使用指针实现,禁止使用直接内容交换(Complete the student management system)
数据结构-单链表-实验报告
- 1.实验目的及要求 1.1实验目的: (1)掌握线性表的顺序存储结构; (2)验证单链表及其基本操作的实现; (3)进一步理解算法与程序的关系,能够将单链表算法转换为对应的程序。 1.2 实验要求: (1)用头插法(或尾插法)建立带头结点的单链表; (2)对已建立的单链表实现插入、删除、查找等基本操作。(1 the purpose and requirements of the experiment 1.1 the purpose of the experiment:
逆置单链表
- 逆置单链表 采用C语言进行编写,该算法可以对单链表进行逆置(The inverse single chain table is written in the C language, and the algorithm can reverse the single chain table.)
单链表(无头结点) 10
- 用C++实现无头结点的单链表,自己做的题(C++ implements a single - chain table with a headless node that is done by yourself)
单链表
- 用 C 语言实现了一个单链表的基础的增删查改功能(This is a simple list with C)
单链表
- 单链表,增删查改 单链表,实现了删除,插入,遍历等功能(Single linked list, delete, insert, traversal and other functions.)