资源列表
[数据结构常用算法] 0-1-package-question
说明:0——1背包问题的解决,注重动态规划的使用,简单快捷,方便解决0-1规划问题的解决-the question of 0-1 package problem<Allen> 在 2024-11-01 上传 | 大小:1024 | 下载:0
[数据结构常用算法] circ-queue
说明:An example that demonstate using a circular queue class.<Olexa> 在 2024-11-01 上传 | 大小:1024 | 下载:0
[数据结构常用算法] binarySearchTreeIterator
说明:leetcode binarySearchTreeIterator<宋瑞波> 在 2024-11-01 上传 | 大小:1024 | 下载:0
[数据结构常用算法] Huffmancode
说明:着先通过 HuffmanTree() 函数构造哈夫曼树,然后在主函数 main()中自底向上开始(也就是从数组序号为零的结点开始)向上层层判断,若在父结点左侧,则置码为 0,若在右侧,则置码为 1。最后输出生成的编码-The first HuffmanTree () function to construct Huffman tree, and then main () main () the bottom up (that is,<刘明> 在 2024-11-01 上传 | 大小:1024 | 下载:0
[数据结构常用算法] xuejigunali
说明:学生管理系统,能够实现对学生的成绩进行排序,并且能够增添,修改,删除学生信息-Student management system, can realize in sorting, student performance and the ability to add, modify, delete student information<陈典浩> 在 2024-11-01 上传 | 大小:1024 | 下载:0
[数据结构常用算法] zifuchuanpipei
说明:字符串的模式匹配,在给定的一个较长序列中匹配出一个短字符串所在位置-String pattern matching, in a given a long sequence of matching the location of a short string<陈典浩> 在 2024-11-01 上传 | 大小:1024 | 下载:0
[数据结构常用算法] Longest common subsequence
说明:用动态规划思想设计实现最长公共子序列问题,用贪心思想设计实现活动安排问题,并且用不同数据量进行对比分析。(We use dynamic programming theory to design the longest common subsequence problem. We use greedy thought to design the activity scheduling problem, and compare it wit<lcy2074> 在 2024-11-01 上传 | 大小:1024 | 下载:0