资源列表
JavaOrder
- java数据结构排序的几个小实例,主要有冒泡排序法、希尔排序、选择排序、直接插入排序-a few small examples of the sort of java data structure, the main bubble sort method, Hill sort, selection sort, direct insertion sort
JavaCheck
- java数据结构中的查找实例,有折半查找、顺序查找-java data structure for instance, binary search, sequential search
Data-structures
- Data structures Data structures-C Data structures
Well-tested-algorithm
- Well-tested algorithm Well-tested algorithm-Well-tested algorithm
double_list
- 双向链表的创建,插入,删除,遍历,C实现-The doubly linked list to create, insert, delete, traverse, C
single_list
- 单向链表的创建,插入,删除,遍历,C实现-The creation of a single linked list, insert, delete, traverse, C
Java_Data_Structure
- java数据结构,有很多常用的算法,可以-3D tri
Algorithms
- 算法的,不错的讲算法的讲解,从简单开始接受,很完整-Algorithms, good speaking explanation of the algorithm, starting from simple acceptance, very complete
Algorithms.in.C.Parts.1-4
- 算法:C语言的实现。非常经典的一本书、、、、愿与大家共勉。-Algorithms in C,Parts1-4
10-algorithms-classics-collection
- 这里一共有十个文件,是对算法总结出来的题型。-There is a total of ten file, types of algorithm is summarized.
huffmanencode
- 哈弗曼编码,给出输入文件content.txt,里面包含一段文字,编程实现上面选择的一种编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,具体数据结构及保存自己设计),将解码后的结果输出到decode.txt;-The Haffuman encoding given input file content.txt, which contains a paragraph of text, and progra
elevator
- 用C语言实现经典的电梯调度算法,压缩包里包含涉及思想及完整的源代码,流程图。-In C language implementation classic elevator scheduling algorithm, compressed package contains involving thought and complete source code, flow chart.
