Introduction - If you have any usage issues, please Google them yourself
An implementation of single-source shortest path with MapReduce framework. Contains source code and dataset. In the folder, sssp.c is the MapReduce version, ss seq.cpp is the normal sequential version.