搜索资源列表
bak
- 数据结构中链表算法的PPT,包括伪代码和基本原理,内容很详细-Data structure linked list algorithm PPT, including pseudo-code and the basic principles of the content in detail
datastruct_flash
- 数据结构算法的flash动画演示,形象生动地说明了链表、栈、队列等操作的流程。-Data Structure Algorithm Animation flash, image vividly illustrates linked list, stack, queue operations, such as flow.
Format_Linked-List
- Format Linked List for sparse Matrix
dsatbx
- matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox ==================================== The Data Structures & Algorithms Toolbox provides advanced data structures and algorithms for the Matlab(r) 5 environment. It implem
Programming-test-whether-two-linked-list-whether-i
- 编程判断两个链表是否相交,貌似很难但仔细想想还是很有意思的-Programming test whether two linked list whether intersect
doublelist
- A program to do various functions in doubly linked list such as insertion from beginning and end
Single-linked-list
- 数据结构 单链表,用C语言实现,在VC6.0下实现-Single-linked list data structures, C language, to achieve in the VC6.0
Create-a-one-way-linked-list
- 创建一个单向链表,在头创建。有主函数可以直接编译运行。-Create a one-way linked list, in the first created. Are the main functions can be directly compiled and run.
linked-list-reverse-output
- 数据结构,单链表 ,逆序输出,数据结构,单链表 ,逆序输出-data structure ,linked list,reverse,output
Doubly-linked-list
- 双向链表,每个数据结点中都有两个指针,分别指向直接后继和直接前驱。可以很方便地访问它的前驱结点和后继结点-Doubly linked list, each data nodes have two pointers that point to a direct follow-up and direct precursors. Can easily access its predecessor node and successor node
doubly-linked-list
- 数据结构的双向链表及单向链表,通过增加或删除节点来增加或删除数据,方便快捷。-Doubly linked list data structure and one-way linked list, by adding or removing nodes to add or delete data, and convenient.
Reversal-of-a-single-linked-list
- 单链表的实现(包括就地逆转单链表,表排序, 合并单链表、判断表是否有环)-Single linked list implementation (including the local reversal of single linked list, table sorting, merging a single linked list, determine whether the table ring)
Classic-single-linked-list
- 单链表是C经典数据结构算法和数据结构,希望这对大家学习有点用-Classic single-linked list data structure in C algorithms and data structures, which we hope to learn a little bit with
CircularDoubleLinkedListOS
- 双向链表数据结构的功能演示,包括C源代码和详细实验报告-Doubly linked list data structure feature presentation, including C source code and detailed test reports
Merge-linked-list
- 合并链表:正序建立链表A、逆序建立链表B,要求A、B有序,合并A和B为C,C仍有序-Merge linked list: the list is the establishment of order A, reverse the establishment of the list B, requires A, B order, combined A and B for C, C is still orderly
linked-list-polynomial-sum
- 用链表表示一元多项式,写一算法完成两个一元多项式相加。-Represents a polynomial with a linked list, write an algorithm to complete two one-polynomial sum.
data_structure_Doubly-linked-list
- 此文档为数据结构课程设计,主要是用算法岁双向链表进行双向链表的建立、查找、插入和删除等操作-This document is designed for data structure course, is mainly used for two-way algorithm-year-old two-way linked list creation, search, insert and delete operations
singly linked list
- singly linked list complete code
07 - Linked Lists
- As we saw in the previous unit, one way to implement the list ADT was with an array. An alternate approach is what's called a linked list, a.k.a. a pointer-based list
Linked List
- Linked list source in C++ (Data structures)