资源列表
[数据结构常用算法] ClusteringCode
说明:输入邻接矩阵,该matlab算法输出连通子图结果,对赋权图,可通过设置权值阈值,将原图根据该阈值分为若干子图。-Adjacency matrix input, the output of the algorithm matlab connected subgraphs result, the weighted graph, by setting the weight threshold, based on the original im<jiajian> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] doublelink
说明:数据结构双链表作业,包含双链表的建立,插入,删除,交换功能。-Doubly linked list data structure operations, including the establishment of doubly-linked list, insert, delete, exchange.<肖博文> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 0-1-package-question
说明:0——1背包问题的解决,注重动态规划的使用,简单快捷,方便解决0-1规划问题的解决-the question of 0-1 package problem<Allen> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] circ-queue
说明:An example that demonstate using a circular queue class.<Olexa> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] binarySearchTreeIterator
说明:leetcode binarySearchTreeIterator<宋瑞波> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Huffmancode
说明:着先通过 HuffmanTree() 函数构造哈夫曼树,然后在主函数 main()中自底向上开始(也就是从数组序号为零的结点开始)向上层层判断,若在父结点左侧,则置码为 0,若在右侧,则置码为 1。最后输出生成的编码-The first HuffmanTree () function to construct Huffman tree, and then main () main () the bottom up (that is,<刘明> 在 2025-01-31 上传 | 大小:1kb | 下载: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> 在 2025-01-31 上传 | 大小:1kb | 下载:0