资源列表
[数据结构常用算法] 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-22 上传 | 大小: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-22 上传 | 大小:446kb | 下载:0
[数据结构常用算法] BagProblem
说明:背包问题的贪心算法,可以解决N个背包的问题-bag problem,<zhou> 在 2025-06-22 上传 | 大小: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-22 上传 | 大小:1.95mb | 下载:0
[数据结构常用算法] NearestDouProble
说明:最近点对问题,分别用蛮力法和分治法进行了求解,算法已经做过优化-Nearest point on the issue, respectively, and with brute force method for solving divide and conquer algorithm optimization has been done<zhou> 在 2025-06-22 上传 | 大小:1.96mb | 下载:0
[数据结构常用算法] NCoinsProblem
说明:n枚硬币问题,采用分治法中的三分算法,很好的解决了n个硬币的问题-n coins problem, using divide and conquer algorithm in the third, a good solution to the problem of n coins<zhou> 在 2025-06-22 上传 | 大小:1.94mb | 下载:0
[数据结构常用算法] BinaryTree
说明:二叉树的创建、遍历、以及左右子树交换,非递归遍历,叶子节点计算及线索树等完整程序. -BinaryTree:Create,preorder,inorder,postorder,treedepth,exchangetreeLR,ThreadingBiTree,and so on...<赵丫丫> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[数据结构常用算法] HuffmanCoding
说明:哈夫曼编码,用C语言实现的. 包括说明文档,源码,和可执行文件-Huffman coding, implemented in C language<cyl> 在 2025-06-22 上传 | 大小:33kb | 下载:0