资源列表
BM-algorithm
- 一种快速对比字符串的BM算法,可以根据需要加入到自己的工程中-bm algorithm
naive-bayesian-classifier
- 朴素贝叶斯分类,可以添加到自己的工程中,记得稍加修改-nbc classifier
Fibonacci
- 斐波那契数列Fibonacci Sequence的Java语言呈现-Fibonacci number Fibonacci sequence Java language presentation
shujujiegou
- 《数据结构(Java版)》书中的实例源码-" Data structure (Java version)" examples of source book
2012-ACM-ICPC-World-Finals-Problems
- 2012 ACM-ICPC World Final 题目+测试样例-2012 ACM-ICPC World Final
CreateInvertedIndex-3
- 给出文本文件实现将此文件进行倒排索引的功能,用visual studio 2010开发。-Given text file using this file inverted index function, using visual studio 2010 development.
SeqList
- 用C语言实现线性链表,可以完成插入,删除等常见操作,运行无错误。-Achieve linear list using C language, you can complete the insertion, deletion and other common operations, error-free operation.
hash617
- 暴雪hash算法,调试成功,能够的得到hash的字符串的值以及位置。-Blizzard hash algorithm, debugging success, can get the value of hash string and location.
BinaryTree
- 通过前序序列和中序序列建立唯一二叉树,实现递归前序遍历,中序遍历,后序遍历。-Through the antecedent sequence, sequence after sequence, set up the only binary tree
caibing
- 这是数据结构与算法分析课程的课件,一共有12个章节,详细介绍了各种算法的设计与实现-This is the courseware data structure and algorithm analysis courses, a total of 12 chapters, detailing the design and implementation of various algorithms
DataStruct_flash
- 各种数据结构的算法Flash动画,帮助你更加直观的了解各种算法的原理。有:查找算法,排序算法,树算法等等。-Flash animation algorithm various data structures to help you more intuitive understanding of the principles of various algorithms. Are: search algorithms, sorting algorithms, tree algorithm, and
quickSort
- C++中各种几种排序算法,包括快速排序,归并排序以及一些链表的基本操作!-Several C++ in a variety of sorting algorithms, including quick sort, merge sort and list some of the basic operations of!