资源列表
TheKstPath
- 从原始点到顶点j的第K条最短路是由原始点到顶点i(i是j的相邻顶点,最短路从i指向j)的第K条最短路-To vertex j from the original point of the first K shortest path from the original point to the vertex i (i is adjacent to vertex j, the shortest path from i to point j) of Article K shortest
JS
- 大学计算机算法里面最常用的算法之一贪心算法-failed to translate
Maximum-Increasing-subsequences
- 最大递增子序列,动态规划经典算法 设L=<a1,a2,…,an>是n个不同的实数的序列,L的递增子序列是这样一个子序列Lin=<aK1,ak2,…,akm>,其中k1<k2<…<km且aK1<ak2<…<akm。求最大的m值。-Maximum increment sequence, the classic dynamic programming algorithm set L = <a1,a2,…,an> Are n d
HashTree
- 哈希树,一种新的数据结构,可以在常数时间内查询海量数据。其原理是将关键字与查询地址相关。-Hash tree, a new data structure, you can check in constant time mass data. The principle is to address the query keywords.
ncc
- 介绍如何进行ncc算法的计算的程序,可用于学习之用-ncc algorithm
NQueen_bit
- N皇后问题的一种简单解法,利用位运算来解决,当N较大时,能有效算出解法的种数。-N-Queens problem is a simple solution, the use of bit operations to solve, when N is large, it can effectively calculate the solution of the species.
Traversing-Graph
- 通过深度优先遍历与广度优先遍历算法实现图的遍历-By depth-first traversal and breadth-first traversal graph traversal algorithm
abs
- 使用王浩算法实现了命题逻辑的推理,是计算机实现自动推理的很好例子。-this is a very good example.
xtxlb
- 非常的好,你用过就知道了啊,可以试试这个算法-Very good, you used to know, ah, you can try this algorithm
c
- 严蔚敏《数据结构(c语言版)习题集》全答案希望对你们的学习有帮助-Yan Wei-Min " data structure (c-language version) Problem Set" all you want to learn the answer helpful
data-structure
- 数据结构算法,里面除了图的算法没有外,其他的线性,非线性数据结构算法都有,可运行,有详细注释。-data structure
Algorithm
- sara baase 巴斯 著 第六版 计算机算法设计与分析导论中文翻译-sara baase Bath sixth edition book Design and Analysis of Computer Algorithms Introduction to Chinese translation
