资源列表
danlianbiao
- 设计算法,实现线性结构上的单链表的产生以及元素的查找、插入与删除。具体实现要求:(1)从键盘输入n个整数,以0作为结束标记,产生不带表头的单链表,并输入结点值。(2)从键盘输入1个整数,在单链表中查找该结点的位置。若找到,则显示“找到了”;否则显示“找不到”。(3)从键盘输入2个整数,一个表示欲插入的位置i,另一个表示欲插入的数值x,将x插入在对应位置上,输出单链表所有结点值,-Design algorithm for linear structural elements of a single
linklist
- 一个用VC++实现的链表的程序,是大家在课程设计中常见的课题-linklist
shixi4
- 基于VC的编码:哈夫曼树及哈夫曼编码,供初学者使用-VC-based coding: Huffman trees and Huffman coding for beginners
Tree
- 数据结构之二叉树编程实例,源码描述了二叉树三中遍历方式。-Describes a binary tree three programming examples, source of the data structure of the binary tree traversal.
day3
- 2叉树的 非递归与递归遍历~~~~~~~~~~~~~~~~ 求2叉树的深度
inc_dec_c
- 数据结构课程设计_任意大数的加减乘运算器-_ Data structure design curriculum arbitrary multiplication addition and subtraction of large numbers of devices
revstr
- 要求:将字符串按单词反转,并非按字母反转。 前提:尽量少的使用内存-require:Reverse a string by words, not in alphabetical reverse Premise:To minimize the use of memory
Follow-upbinarytreetraversal
- 上帝王牌:给出先序遍历和中序遍历,求后续遍历,要求: 函数头如下: bool getPostOrder(const char* perOrder, const char* inOrder, char* postOrder) 返回值是一个布尔 代表是否有这样的二叉树 用法: char* perorder = "abdgcefh" char* inorder = "dgbaechf" 或者 char* inorder = "abcde" char post
hashish.tar
- 常用字符串hash算法,可以用于bloom算法,用于匹配-string hash alogrithm list,can be used for bloom algorithm
CAlgorithmsSourceCode
- 徐士良的常用算法程序集(C语言描述),第三版,包含所有的算法源代码。
yuandaima
- 有关C语言的数据结构的各种算法包括栈,链表,二叉树-Various algorithms of the C language data structures including stacks, linked lists, binary trees, etc.
ps
- 一个效率极高的排序算法,相当具有参考价值,如果您有任何问题或建议可以联系作者!
