资源列表
lianbiao
- 主要是实现链表的增、删、改、查,以便更了解链表的功能。-Mainly is to realize list of increase to delete check, in order to know more about the function of the list
cPPtest
- 主要给用户提供面试经常要考到的题目,讲到了链表、二叉树、常量、变量等-Main offer users often want to take an examination of the interview to subject, speak to the list of the binary tree constants variables, etc
Sort
- C语言环境中的数据排序排序算法,用于数据排序- Undo edits DictionaryGoogle Translate for Business:Translator ToolkitWebsite TranslatorGlobal Market Finder Turn off instant translationAbout Google TranslateMobilePrivacyHelpSend feedback► Click to edit and see
Bitonic-sort
- 基本双调排序用嵌套和FOR循环两种方法实现-basic bitonic sort network
Huffman
- 程序说明: 课程项目,本程序采用哈夫曼编码算法,对给定文件的内容进行处理,生成编码文件和解码文件-Program Descr iption: This program uses a Huffman coding algorithm, given the contents of the file, generate the encoded file and decode files
hkgl
- 基于C语言描述的数据结构中用链表实现的简单航空管理系统源码-C linked list of aviation management source
lib1
- 用c语言实现数据结构双向环链,可以调用。
list_stack
- linux下,用c语言实现数据结构栈,利用双向环链。-linux下,用c语言实现数据结构 栈,利用双向环链。
ex2.38
- 严蔚敏的数据结构课后题2.38\按访问频度排列双链表的值-Yan Wei Min data structure after-school title 2.38 \ arranged in a doubly linked list the value of access frequency
ex3.28
- 严蔚敏 数据结构习题3.28:带头节点的循环链表表示队列 -Yan Wei-min data structure Exercise 3.28: the circular linked list to take the lead node queue
AVL
- 这是平衡二叉树的另一种编码方式,不是使用平衡因子,而是使用高度。-This is the balance of the binary tree of another kind of coding method, not the use of balance factor, but use height.
22
- 二叉树的创建及遍历实验 数据元素类型ElemType取float。 从键盘按照前序遍历的顺序依次输入二叉树的各元素,创建此二叉树。 非递归的方法输出该二叉树的中序遍历序列。 求该二叉树中大于x的结点个数。 -Binary tree creation and traversal experiment Data elements the type ElemType take a float. Input from the keyboard in accordance wi
