资源列表
[数据结构常用算法] 7-4
说明:输入n(n>1)个正整数,每次将输入的整数插入到链表头部。-1表示输入结束。再输入一个正整数,在链表中查找该数据并删除对应的节点。要求输出进行删除操作后链表中所有节点的值。 -Enter n (n> 1) positive integers, each integer input into the list head.-1 Means end of input. Enter a positive integer, find the data in the list and delet<杜长春> 在 2025-06-15 上传 | 大小:17kb | 下载:0
[数据结构常用算法] 8-4
说明:编写一个程序,接收用户输入的一个字符串(可以包含空格),统计其中所有出现过的所有字符,并按照频率高低的顺序排列输出。频率相同的字符按输入顺序输出。-Write a program that receives user input a string (may contain spaces), all of which appeared in the statistics of all characters, and in accordance with the order of frequency<杜长春> 在 2025-06-15 上传 | 大小:446kb | 下载:0
[数据结构常用算法] BagProblem
说明:背包问题的贪心算法,可以解决N个背包的问题-bag problem,<zhou> 在 2025-06-15 上传 | 大小:1.96mb | 下载:0
[数据结构常用算法] MaxOfSubSegSum
说明:vc求最大子串和问题 分别采用分治法和蛮力法很好的解决了这个问题-vc find the largest substring and problems, and were used to divide and conquer a good brute force method to solve this problem<zhou> 在 2025-06-15 上传 | 大小:1.95mb | 下载:0