文件名称:MapReduce_SSSP
介绍说明--下载内容均来自于网络,请自行研究使用
MapReduce框架实现的单源最短路径算法(SSSP, Single-source Shortest Path),包含源文件及数据。sssp.c是MapReduce实现,ss seq.cpp是串行的普通实现。-An implementation of single-source shortest path with MapReduce fr a mework. Contains source code and dataset. In the folder, sssp.c is the MapReduce version, ss seq.cpp is the normal sequential version.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MapReduce_SSSP\Makefile
..............\README
..............\sssp.c
..............\sssp_seq.cpp
..............\testDiff.sh
..............\usairport
MapReduce_SSSP