资源列表
[数据结构常用算法] Joseph-Circle
说明:使用链表实现约瑟夫环,总人数为N,报数M的人出列,得出依次出列的人的序号和最终留下来的人-Use the list to achieve Josephus, the total number of N, reported that the number of people out of the line M, derived in turn out of the line and the final number of persons<libin> 在 2024-11-16 上传 | 大小:689kb | 下载:0
[数据结构常用算法] parenthesis-matching
说明:链栈的方式实现括号匹配的判断,匹配返回成功的提示,不匹配则提示哪个括号不匹配-Judgment chain stack way to achieve parenthesis matching, matching returns success tips, which does not match the prompt does not match brackets<libin> 在 2024-11-16 上传 | 大小:753kb | 下载:0
[数据结构常用算法] pingguojiufeng
说明:数学上有一种分苹果问题,此程序是对它的合理编程- there is a problem of apple problem, this program is for its reasonable programming<王峥> 在 2024-11-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] duoxiangshi
说明:自己编写的用链表实现的多项式,包括多项式的加法和乘法运算-I have written a polynomial with a linked list implementation, including the addition and multiplication of polynomials<半城月> 在 2024-11-16 上传 | 大小:1.69mb | 下载:0
[数据结构常用算法] HuffmanTree
说明:霍夫曼编码是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。-Huffman coding is a coding is a lossless data compression<lly> 在 2024-11-16 上传 | 大小:1kb | 下载:0