资源列表
three
- 杨辉三角,算法及实现,是初学者比较好的学习点-Yang Hui triangle, algorithms and implementation is relatively good learning point for beginners
shortestpath
- 用Dijkstra算法求从顶点a到其他各顶点间的最短路径,并写出执行算法过程中各步的状态。-Dijkstra algorithm with a request from the vertex to other vertices of the shortest path, and write the implementation of the algorithm in each step of the process of the state.
cxt
- 用顺序表这种数据结构实现存储,可以实现查询, 插入一个数值,删除一个数,实现逆序排列-This data structure with the order form for storage, can achieve query, insert a value, delete a few, to achieve reverse arrangement
QuickSort
- 快速排序法,本人收集,绝版啊,很不错的啊-Quick Sort
stl-code
- stl标准库是C++ 的一个类库,包括容器,算法,迭代器。提供许多基本的算法和数据结构-The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science.
dataStruts
- 数据结构的一些知识,包括堆栈,队列,链表等,想学习数据结构的朋友可以看一下-Some knowledge of data structures, including stacks, queues, linked lists, etc., want to learn data structures friends can look at
C_Programming_classic_example_of_Huffman_code_tree
- C++ 编程开发夫曼树例子经典代码C + + Programming classic example of Huffman code tr-C++ Programming classic example of Huffman code tree
tree_with_file
- shortest way on a waighted tr-shortest way on a waighted tree
SuffixTrees
- suffix trees 后缀数算法的构建 用于bwt算法的排序和快速查找-suffix trees for bwt and fast string searching
binary_tree
- 根据Kurse版数据结构书改成的电子版课件。此章包括二叉树的概念,结构,遍历,线索二叉树,二叉搜索树,平衡二叉树,splay树-According to the data structure Kurse version of the book into electronic version of the courseware. This chapter includes the concept of binary tree structure, traversal, threaded binar
multiple_tree
- 根据kurse版数据结构改成的课程文档。此章包括内容:B树,Tries 树,Red-Black树。-According to kurse version of the data structure into the curriculum document. This chapter covers: B tree, Tries tree, Red-Black tree.
sort
- 根据Kurse版数据结构改成的课件。此章包括: 1、基本概念 2、插入排序 3、交换排序 4、选择排序 5、归并排序 6、基数排序 7、外部排序 -According to the data structure into Kurse version of the courseware. This chapter includes: 1, the basic concept of 2, 3, insertion sort, exchange sort 4, 5, s
