资源列表
[数据结构常用算法] huffman-tree
说明:用优先队列实现哈胡曼树,实现程序的可模版化,不用浪费多余的时间去比较-Priority Queuing with Hu Ha Man Tree<林瀚驰> 在 2024-11-16 上传 | 大小:703kb | 下载:0
[数据结构常用算法] C_lianbiao
说明: Data *Create() //创建一个带头结点的空表 void Insert(Data *,int) //插入一个节点 void Reverse(Data *) //就地逆置 void Delete(Data *) //删除指定节点的节点 void Print(Data *) //打印链表 void Exit() //退出-Data* Create () // create an empty tabl<> 在 2024-11-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] tuopupaixu
说明:数据结构实验,关于拓扑排序的,希望对大家有帮助-Experimental data structure, on the topological sort, we hope to help<倩儿> 在 2024-11-16 上传 | 大小:19kb | 下载:0
[数据结构常用算法] algorithm-design-with-C-CPP-Java
说明:这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, i<seuylc> 在 2024-11-16 上传 | 大小:1.53mb | 下载:0
[数据结构常用算法] alogrithms-in-pku
说明:北京大学 算法分析与复杂性理论国家级精品课程课件,非常值得一看。分治,贪心,动态规划,NP理论-Peking University, algorithm analysis and complexity theory national quality courseware, very worth seeing. Divide and conquer, greedy, dynamic programming, NP theory. . .<grant> 在 2024-11-16 上传 | 大小:6.24mb | 下载:0
[数据结构常用算法] hashsearch
说明:1、系统应具备的功能: (1)设计哈希函数和哈希表; (2)设计解决冲突的方法; (3)输入一组数据建立哈希表,并实现在哈希表中进行查找。 -1, the system should have the function: (1) design a hash function and hash table (2) design solution to the conflict (3) input data to est<刘洋> 在 2024-11-16 上传 | 大小:1kb | 下载:0