资源列表
[数据结构常用算法] BinaryTree
说明:二叉树的模板,实现前序遍历、中序遍历、后续遍历、查找等功能 -Binary tree template to achieve pre-order traversal, in-order traversal, follow through, search and other functions<陈通> 在 2024-11-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] BA-BBV-code
说明:小世界 bbv网络生成仿真软件 可以模拟两个网络的演化-Generate small-world bbv network simulation software can simulate the evolution of the two networks<jixiezhen> 在 2024-11-09 上传 | 大小:4.31mb | 下载:0
[数据结构常用算法] LV-backtrack01PACKING
说明:给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Given n types of items and a backpack. Item i is the weight wi, the value<JLH> 在 2024-11-09 上传 | 大小:102kb | 下载:0