资源列表
循环单链表基本算法实现
- 循环单链表基本算法实现,如初始化,尾插法,输出,插入,删除等-Circulation single linked list of basic algorithms, such as initialization, the end of interpolation, output, insert, delete, etc.
Sort
- 对一组数据进行直接插入排序、冒泡排序、简单选择排序和快速排序。(升序)-Of a set of data for direct insertion sort, bubble sort, simple selection sort and quicksort. (Ascending)
tuxinglinjiedianshuzushixian
- 数据结构图的实现方法:数组表示法,给出代码,帮助加深对数据结构的理解和实现-Data structure of the realization of methods: an array of expression, given the code to help deepen the understanding of the data structure and the realization of
multiplication
- 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。-Require the use of a linked list, find the product of two one yuan polynomial: h3 = h1* h2. Function prototype: void multiplication (NODE* h1, NODE* h2, NOD
Arithmetic-expression
- 用数据结构中的堆栈来实现无括号表达式的计算-Stack data structure to achieve calculate expressions without brackets
排序数据结构算法
- 排序是数据结构中的一块难点,也是重点。熟练的掌握各种各样的排序算法是对每个学生的基本的要求。也是考研的重点
migong
- C编写的迷宫求解,生成一个10*10的迷宫,并逐步求解
kuohao
- 利用堆栈,实现检查输入的括号是否匹配的功能。-Using the stack to achieve check whether the input matches the function of the parentheses.
BST
- operation on binary search tree like add,delete,
erchashu
- 数据结构 二叉树的基本操作实现 遍历文件夹并建成目录树,一个较好的遍历程序,对系统所有的文件获取做了比较详细的说明。程序在2000下通过。-Bi tree typedef struct bitree char data struct bitree*left,*right basic use of tree create init queue push queue empyt. hope you like it.
crc
- RS485通信,Modbus校验算法程序-RS485 communication, Modbus CRC
depth-search
- Depth-First-Search in LISP