资源列表
somesortalgorithm
- 本程序实现了通常我们所用的各种排序算法,是基于1--10000的随机生成数排序,有冒泡排序,合并排序,基数排序,计数排序等算法实现。-This procedure has usually used in a variety of sorting algorithm is based on 1- 10000 sort the randomly generated number, a bubble sort, merge sort, Radix Sort, Counting Sort algorit
Btree
- 用c++实现b+tree,包含插入删除等函数-Achieved using c++ b+ tree, including insert and delete functions
josephus_by_kuffin.tar
- 我是个C语言的初学者,于是就用C写了个约瑟夫环,利用的是链表,希望大家多提意见。-I am a C language for beginners, so he wrote a Joseph with the C ring, the use of the list, I hope you speak up.
jyddsf
- 比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载
1016
- ACM1016算法实现源代码, 是zju online的.
sortandtree
- 数据结构中的经典排序算法,树的生成以及前序,中序,后续遍历操作。-The classic data structures sorting algorithm, tree formation and the former order, in sequence, follow-up traversal operation.
paixu
- 实现一组数据的排序,有多种类型,比如冒泡,选择,堆排序-Order to achieve a set of data, there are several types, such as bubbling, selection, heap sort, etc.
looplinks
- 双向链表也叫双链表,是链表的一种,它的每个数据结点中都有两个指针,分别指向直接后继和直接前驱。-Two-way linked list also called double linked list, is the list of a, each of its data nodes have two pointer, to direct the subsequent and direct respectively precursor
BiTree
- 二叉树的建立和遍历算法,即是二叉树的生成和遍历-Binary tree traversal algorithm and the set up, that is, the generation and tree traversal
struc1
- 一个静态链表,可以实现各种基本功能,如检查链表长度,插入,删除等等。注释详细,适合基础学习。-A static linked list, can achieve all kinds of basic functions, such as check list of the length, insert, and delete etc. Comments detailed, suitable for basic learning.
boy
- boyer字串找尋 此為一種找尋字串的快速搜尋方法-the boyer string to find to find the string This is a fast search method
MST
- Minimum Spanning Tree implementation using kruskal and prims algorithm.
