资源列表
[数据结构常用算法] 16008408_E1
说明:1、实现算术表达式的求值运算,程序通过键盘输入一个表达式,通过运算得到表达式的值,并在显示器上输出完整的表达式及其值; 2、程序实现时,采用栈数据结构 3、表达式以字符串的形式输入; 4、表达式中包括的基本运算符有加、减、乘、除(分别用+、-、*、、表示),表达式中包括括号的处理,括号可以嵌套;表达式中的数字可以是整数,也可以是小数-1, and the evaluation of arithmetic operations<张笑薇> 在 2025-05-04 上传 | 大小:3kb | 下载:0
[数据结构常用算法] LongestSubSequence
说明:用动态规划算法求最长公共子序列,并将结果输出到文件中-Using dynamic programming algorithm for getting the longest common subsequence, and the results output to a file<> 在 2025-05-04 上传 | 大小:2kb | 下载:0
[数据结构常用算法] LeastMoney
说明:对于给定的1≤n≤10,硬币面值数组T和可以使用的各种面值的硬币个数数组Coins,以及钱数m,计算找钱m的最少硬币数。-For a given 1 ≤ n ≤ 10, an array of T and the nominal value of coins of various denominations can use the number of coins in an array of Coins, as well as the<> 在 2025-05-04 上传 | 大小:2kb | 下载:0
[数据结构常用算法] MainElement
说明:主元素问题,求给定数组中的主元素,并将结果输出到文件-The main elements of the problem, seeking to set the main elements of the array, and the resulting output to a file<> 在 2025-05-04 上传 | 大小:180kb | 下载:0
[数据结构常用算法] Classic-bubble-sort
说明:经典的冒泡排序,自己优化了一下,min增加max减少-Classic bubble sort, its a bit optimization, min max decrease increase<weimin> 在 2025-05-04 上传 | 大小:33kb | 下载:0