资源列表
squeue
- 一个c语言写的 数据结构 顺序队列 的简单例子。 -A c language data structure simple example of the order queue.
time
- 包含各种经典排序算法的实现和模拟时间比较,包括各种shell排序、插入排序、选择排序、起泡排序、快速排序、ADT队列排序等等,是初学数据结构和算法的最好实例和参考。-Containing various classical sorting algorithm implementation and simulation time comparison, including various shell sort, insertion sort, selection sort, bubble sort
sqstack
- 一个c语言写的 数据结构 顺序栈 的简单例子。 -A c language data structure stack sequentially simple example.
sqlist1
- 一个c语言写的 数据结构 线性表 的简单例子。 -A c language data structure simple example of the linear form.
cycle_list
- 一个c语言写的 数据结构 单向循环链表 的简单例子。 -A c language data structure simple example of one-way circular list.
cstack
- 一个c语言写的 数据结构 链式栈的简单例子。-A c language data structure chain stack simple example.
clist
- 一个c语言写的 数据结构 单链表简单例子.-A c language examples of single linked list data structure.
1001
- 以前空闲时写的一个小程序,是关于高精度算法的。对poj的1001题可能会有所帮助-Previously idle to write a small program, on the high-precision algorithms. Question for poj 1001 may be helpful
sadf
- 算法练习,很多种算法练习 算法练习 -Algorithm exercises
shortestpath
- 单源点最短路径算法,给定了源点以及权值,便可以计算从某一源点到其他源点的最短路径-Single-source shortest path algorithm, given a source point and the weights can be calculated from one source to another source shortest path
LCSSolveCommonSequence
- 用备忘录方法求两个序列的最长公共子序列,并对LCS的过程进行详细的格式化的输出,最后输出最长公共子序列及其长度。-Memorandum method for solving two sequences with the longest common subsequence
Tree_Operate
- 采用VS2013构建~单文件,其它版本重新编译即可 包含:识别广义表建立二叉树,层次遍历,及非递归前序遍历~~课后小作业,还比较粗糙-~ Using VS2013 build single-file, other versions recompilation comprising: identifying generalized form established tree, traverse the level, and non-recursive preorder traversal ~