资源列表
[数据结构常用算法] Dijkstra
说明:用D[i]来表示当前从源到顶点i的最短特殊路径长度。假设u是G的某一顶点,把从源到u且中间只经过S中顶点的录称为从源到u的特殊路径,并用D数组记录当前每个顶点对应的最短特殊路径长度。Dijkstra算法每次从V-S中取出具有最短特殊路径长度的顶点u,将u添加到S中,同时对D数组作必要的修改。一旦S中包含了V中所有顶点,D就记录了从源到所有其它顶点之间的最短路径长度。-With D [i] to indicate the current node i from the source to the<suyu> 在 上传 | 大小:4kb | 下载:0
[数据结构常用算法] Data-structure
说明: 数据结构的一些源代码,可以直接运行,不是光函数,方便初学者学习!-Data structure of some source code can be run directly, instead of light function, easy for beginners to learn!<空空> 在 上传 | 大小:11kb | 下载:0
[数据结构常用算法] Stack_Public_Interface
说明:< Mastering Algorithms with C>>的Stack公共接口-Stack public interface for <<Mastering Algorithms with C>><xushihao> 在 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Chained-HashTable_Public_Interface
说明:< Mastering Algorithms with C>>链式哈希表的公共接口实现,所需的包含文件请下载本人的Singly-linked list公共接口-chained-hash table public interface for<<Mastering Algorithms with C>>,include files needed are available within my download-area<xushihao> 在 上传 | 大小:1kb | 下载:0