资源列表
[数据结构常用算法] ShortestPath
说明:单源最短路径算法,dijkstra算法的实现 给定一些路口和道路,用有向图实现组织这些数据,然后用dijkstra算法找到单源到其他地方的最短路径-As residents of Chicago land, most of us face the realities of heavy traffic. If we attempt to drive on a local freeway during rush hour, we in<EricZhang> 在 2024-11-09 上传 | 大小:45kb | 下载:0
[数据结构常用算法] wordtransformation
说明:wordtransformation游戏 wordtransformation就是看一个word能不能每次只变化一个字母,通过k次,转变成另一个word,例如full-foll-fool,full就通过三步转为fool,输入一个word,输出转化的步骤-Let us consider the following puzzle called a word ladder. Transform the word “FOOL” into t<EricZhang> 在 2024-11-09 上传 | 大小:589kb | 下载:0
[数据结构常用算法] CPP-generate-Tree
说明:一个用C++编写的生产树,同时也写了对于的ADT,方便理解,代码简洁,质量好。-Written in C++ a production tree, and also wrote for the ADT, easy to understand, the code is simple, good quality.<zhangyi> 在 2024-11-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] CPP-two-dequeue
说明:用C++的两种方法实现了出队列的功能,代码简洁,可以方便学习和使用,代码确实很好,不用谢,哈哈。-Two ways to achieve a C++ function out of the queue, the code is simple, easy to learn and use, the code is really good, you re welcome, ha ha.<zhangyi> 在 2024-11-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Spanning-Tree-the-Kruskal-method
说明:用C++实现了最新生成树协议,克鲁斯卡尔方法在很多领域都会经常用到,比如操作系统和计算机网络。-C++ implementation of the latest Spanning Tree Protocol, Kruskal methods are often used in many fields, such as operating systems and computer networks.<zhangyi> 在 2024-11-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] lianbiaojiaoji
说明:猴子选大王。n只猴子围成一圈,从1到m报数,报m的猴子出局。余下的猴子从第m+1只开始继续从1到m报数,报m的猴子出局。第n只猴子报数后,第1只猴子接着报数(因为围成了圈)。待整个圈只剩下一只猴子时,该猴子即为大王。n和m由用户输入,请输出当选大王的猴子的编号。-Monkey king election. n monkeys circle, reported that the number 1 to m, m reported mon<顾欣> 在 2024-11-09 上传 | 大小:1kb | 下载:0