资源列表
binary_tree
- 数据结构二叉树常用算法汇编。 -Compilation of binary tree data structure commonly used algorithm. . . . . .
questions
- a file for artificial intelligence
adapter_designpattern
- * Coupling between classes and class libraries is a major maintenance * headache. To ease this problem, often the client talks to an * abstraction descr iption, which in turn calls an implementation. * Sometimes these must evolve - when o
temp
- C 数据结构 A*算法 图论 矩阵 最短路径算法-C data structure matrix A* algorithm for shortest path algorithms on graph theory
hash
- hash表算法,散列的应用,高效率的存储查找算法-hash table algorithm, the hash of the application, the good
Breadth-first-traverse
- 数据结构中的连通图的广度优先遍历类似于树的按层次遍历。通过队列的形式实现的。-In data structures, connected graph breadth first traverse similar to tree according to level traversal. Through the queue form to realize.
-Prims-algorithm
- 通过使用普利姆算法,来实现图中的各种操作。-Through the use of PuLiM algorithm to realize the graph of the various operation.
Topological-sort
- 这是图中的使用拓扑的方式,对图进行的排序,得到的拓扑排序方法。-This is the way of using topological graph, the graph of sorting, get topological sort method.
Minimum-spanning-tree
- 这是数据结构中的最小生成树的实现方法。通过运行可以得到最小生成树。-This is the data structure is the realization method of minimum spanning tree. By running can get minimum spanning tree.
Massive_data_processing
- 大数据量的问题是很多面试笔试中经常出现的问题,比如baidu google 腾讯 这样的一些涉及到海量数据的公司经常会问到。-Large data problem is a lot of interview questions that often appear in written test, such as Tencent baidu google some of this mass of data related to the company often asked.
Data-structure
- 分别用堆栈和数组的方法实现任何进制的数制转换-Arrays were used to stack and method of implementation of any binary number system conversion
urban-pipeline
- 数据结构练习。C语言解决城市管道铺设问题。某有若干区域,在一些中心区之间存在道路相连,这些道路的长度已知。现在你接到了在城市中铺设管线的任务,假设管线只能够在已有的道路下方埋设,要求管线能够到达城市的所有区域,请你提供一套铺设方案,使管线总长度最短。-Data structure exercises. C language to solve urban pipeline problems. There are a number of areas, in some way connected be
