资源列表
BeiBao
- 背包问题(Knapsack problem)是一种组合优化的NP完全问题。问题可以描述为:给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。问题的名称来源于如何选择最合适的物品放置于给定背包中。相似问题经常出现在商业、组合数学,计算复杂性理论、密码学和应用数学等领域中。也可以将背包问题描述为决定性问题,即在总重量不超过W的前提下,总价值是否能达到V?它是在1978年由Merkel和Hellman提出的。-Knapsack problem (Kn
file
- this a c++ program to count 1-10 digits present in a input file.-this is a c++ program to count 1-10 digits present in a input file.
intensity
- Tq wop lilas derta yerat hgawer trea cza rawerti
algorithm_test
- 常用据结构实现及基本算法,基于c++实现,扩展性好-Common data structures and basic algorithms to achieve
data_structure
- 常用据结构c++实现版本,可扩展,实用性强,以及相应的快排序算法等-Common data structures c++ implementation version, scalable, practical, and the corresponding fast sorting algorithm
leetcode
- leetcode经典题目c++实现,可用于熟悉常用数据结构,或者练习算法等-leetcode c++ classic title, which could be used to familiar with common data structures, etc.
beibao
- 背包问题的贪心算法,对贪心算法做了很好的演绎,适合初学者学习。-Greedy algorithm
danyuan
- 单源最短路算法,对单源最短路算法做了很好的实现,适合初学者学习。-Single-source shortest
duoduan
- 多段图,对多段图算法做了很好的实现,适合初学者学习。-Multistage Graph
RollCall
- C#数据结构-算法:随机点名;主要利用文件读取和随机算法实现,是学习数据结构的理想材料。-The data structure of C#- algorithm: random name realize the main use of file read and random algorithm, is the ideal material for the study of data structure.
Maze
- 利用栈解决非递归迷宫求解的C#算法实现,速度快,算法简明可读性强。是学习数据结构的优秀材料。-The realization of C# algorithm, using the stack to solve the non recursive maze solving fast algorithm is concise, readable. Is excellent learning materials data structure.
Circulink
- C#利用循环双向链表解决约瑟夫环问题,算法简明可读性强,是学习数据结构的优秀材料。-Using C# to solve the problem of Joseph ring cycle of two-way linked list algorithm is concise, readable, is excellent learning materials data structure.