资源列表
dijkstra
- Dijkstra algorithm implemented in C to find the shortest path
recycl-queue-
- 循环队列算法的c语言实现,在ST系列的芯片中测试通过,可以结合DMA使用-Circular queue algorithm c language, in the ST series of chip test can be used with DMA
Single-linked-list
- 数据结构学习所用,实现单链表的基本操作:插入、删除、查找-Single-linked list of basic operations: insert, delete, search
LZW_ekansrm
- 使用标准库写的一个LZW编码(非LZW编码压缩)的源程序,程序简洁易懂,给初学者作为参考。-LZW coding source file using STL by ekansrm
12-1
- 关于货箱装船问题的贪婪算法,只是简要描述-Container ship on the issue of greedy algorithm, only a brief descr iption of
Polynomial
- 数据结构多项式求值的实现 数据结构多项式求值的实现-Polynomial data structure for the realization of the value of the data structure of the realization of polynomial evaluation
test
- 建立一个双向循环链表,并在里面增加一个freq,初使为0,每当lcate(l,x)访问X一次相的freq加1,同时链表顺序也按freq的大小非递增排列-A two-way circular linked list, and in which an additional freq, initialization is 0, when lcate (l, x) access to a phase freq X plus 1, but also by freq list the size of the
main
- UnionFind算法,实用,数据结构必备-UnionFind algorithm, practical, data structures necessary
LinkSearch
- 将数组a[]中元素建为长度为n的单链表、单链表遍历的编程。-The array a [] elements built length n of single linked list, singly linked list traversal programming.
Sequence-table
- 大学数据结构实验 顺序表的操作-University experimental data structure of operation
stack1
- a stack is a particular kind of abstract data type or collection in which the principal (or only) operations on the collection are the addition of an entity to the collection, known as push and removal of an entity, known as pop.[1] The relation betw
combtang
- 这是一个生成组合序列的程序,而且是非递归的,代码非常精简,速度很快,序列是字典序的.-This is a combination of sequence generation process, but also non - recursive, code very concise, very fast, is the sequence of lexicographic.