资源列表
[数据结构常用算法] lesscoins
说明:设有n 种不同面值的硬币,各硬币的面值存于数组T〔1:n 〕中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins〔1:n 〕中。 对任意钱数0≤m≤20001,设计一个用最少硬币找钱m 的方法。-With n different coins, the face value of the coins stored in the array of T 〔1: n〕 in. Now use these coins to find the money. You can us<kevin> 在 2025-07-24 上传 | 大小:435kb | 下载:0
[数据结构常用算法] 4-4
说明:将编号为0和1的两个栈存放于一个数组空间V[m]中,栈底分别处于数组的两端。这种双栈结构的类定义,并实现判栈空、判栈满、插入、删除算法。-Will be numbered 0 and 1 array of two stacks placed in a space V [m], the stacks were in the bottom ends of the array. This dual-stack structure of class definitions, and to achieve<朱朱> 在 2025-07-24 上传 | 大小:435kb | 下载:0
[数据结构常用算法] Binary-search
说明:此代码为对数据结构中折半查找算法的C语言实现。-This code is the binary search algorithm in C language.<Jack> 在 2025-07-24 上传 | 大小:436kb | 下载:0