资源列表
two-way-links
- 双向表,个人为考研精心准备编制,欢迎大家交流讨论。-Two-way tables, individual preparation for postgraduate carefully prepared, we welcome discussions and exchange
polynomial
- 一元多项式 数据结构-C 实现。精心准备收集、编写。注解详细。-One yuan polynomial data structure-C implementation. Carefully prepared collection, compilation. Comment in detail.
cycle-links
- 循环链表 数据结构-C 实现。精心准备收集、编写。注解详细。--C Cyclic linked list data structure implementation. Carefully prepared collection, compilation. Comment in detail.
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