资源列表
[数据结构常用算法] DijkstraPrj
说明:DijkstraPrj算法的实现,基于边拓扑信息存储的结构,主要应用在GIS领域,不用构造矩阵,是作者原创,vc6通过,有个图的例子。-DijkstraPrj algorithm implementation, based on the edge of the topological structure of information storage, major applications in the field of GIS, not<> 在 2025-02-02 上传 | 大小:67kb | 下载:0
[数据结构常用算法] mystack1008
说明:包括栈的push\pop,计数,查找等操作,简单易行,适合数据结构的初学者-including Stack push \ pop, calculators, searching operation is simple, the data structure suitable for beginners<杜莉> 在 2025-02-02 上传 | 大小:67kb | 下载:0
[数据结构常用算法] beibaowenti
说明:背包问题的C++算法编程。可运行。希望有帮助到大家-Knapsack problem algorithm of the C programming. Run. We want to help<yang> 在 2025-02-02 上传 | 大小:67kb | 下载:0
[数据结构常用算法] cplusplustemplate
说明:C++各种类模版的实现。对于学习数据结构有所帮助 -C++ for the realization of various types of templates. Data structure for the study help<Alex Cheney> 在 2025-02-02 上传 | 大小:67kb | 下载:0
[数据结构常用算法] DataStructureAlgorithm
说明:各种数据结构的常用算法,包括List,Tree,Graph,Stack-A variety of data structures commonly used algorithms, including the List, Tree, Graph, Stack<Milin> 在 2025-02-02 上传 | 大小:67kb | 下载:0
[数据结构常用算法] 1.joseph(约瑟夫)
说明:解题思路: 用一个不带头节点的循环链表来处理joseph问题:先构成一个有n个节点的单向循环链表,然后从第k结点从1开始计数,计数到m的时候,对应结点从链表中删除。然后再从被删结点的下一个节点继续从1开始计数.......,以此类推,直到所有的结点都列出时,程序结束。(Problem solving: With a circular linked list node don't take the lead to handle the<啊哈S > 在 2025-02-02 上传 | 大小:68kb | 下载:0