搜索资源列表
linear-list 线性表从顺序表中才查找与给定的元素值相同的元素在表中的位置
- 构造一个空的线性表从顺序表中才查找与给定的元素值相同的元素在表中的位置-Linear form constructed from an empty table in order to find only elements with the same value for a given element position in the table
N-queen_linear_time
- N-皇后问题线性时间算法 O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
0612448-HASHTABLE
- Hashing using linear probing
Unit1
- for Linear regression
linear
- c++数据结构。单链表。 数据结构基础课程。-linear linked
Linear-quadratic-single-inverted-pendulum
- Linear quadratic single inverted pendulum
linear
- 数据结构之线性表的各项操作:线性表置空、求线性表长度、数据插入、删除、显示、文件保存等-Linear list data structure of the operation: linear table empty, find the length of the linear form, the data insert, delete, display, file, etc.
Merger-orderly-linear-list
- 假设有两个按元素非递减次序排列的线性表,均以单链表形式存储。请编写算法将这两个单链表归并为一个按元素值非递减次序排列的单链表,并要求利用原来两个单链表的结点存放归并后的单链表。-Suppose there are two elements in non-descending order according to the linear form, are stored as single linked list. Please write algorithms merge the two into
a-linear-table
- 顺序存储的线性表维护子系统的实现:实现对线性表的一些基本操作-Order to maintain storage subsystems to achieve a linear table
Maintain-the-linear-form
- 线性表的维护,包括删除,修改,排序,建立,打印输出等功能。-Linear form of maintenance, including delete, modify, sort, create, print output function.
linear-list
- 数据结构线性表链式存储的基本操作,用C语言实现。-linear list
linear-form
- 线性表的建立、插入和删除。实验内容:建立一个顺序存储的线性表,实现线性表的插入、删除操作。-Linear table creation, insert and delete. Experiment content: a linear sequence of storage tables for linear table insert, delete operations.
basic-operation-of-linear-table
- 实现线性表的建立,元素的查找,删除,插入基本操作。-To achieve the basic operation of linear table.
Linear-time-selection
- 线性时间选择代码。算法分析与设计实验习题-Linear time selection code.Algorithm analysis and design of experiments exercises
Linear-regression
- 线性回归的一个小程序,希望有助于初学者的学习-Linear regression of a small program that I hope will help the beginner to learn
header-files-of-linear-table
- 线性表相关类定义头文件 有顺序表,双向链表,循环链表的完整类定义-Sequence tables, doubly linked list, circular linked list complete class definition linear table class definition header files
linear-list-operation
- 线性表的操作,包括顺序表的插入、删除、初始化等等。-The linear table operation, the order table insert, delete, initialization, and so on.
Linear-list
- 线性表是最基本、最简单、也是最常用的一种数据结构。构造一线性表-The linear form is the most basic and most simple, is also the most commonly used data structures. Construct a linear table
Sequence-structure-of-linear-table
- 线性表的顺序结构 Sequence structure of linear table-Sequence structure of linear table
offline-linear-RMQ
- 离线的线性RMQ算法模板,是很好的最值提取算法。-Offline linear RMQ algorithm template is a good best value extraction algorithms.
