@article { author = {Shamsi, Mahboubeh and Rasouli Kenari, Abdolreza and Aghamohammadi, Roghayeh}, title = {Negative Cost Girth Problem using Map-Reduce Framework}, journal = {Journal of Algorithms and Computation}, volume = {53}, number = {2}, pages = {173-196}, year = {2021}, publisher = {University of Tehran}, issn = {2476-2776}, eissn = {2476-2784}, doi = {10.22059/jac.2021.85375}, abstract = {On a graph with a negative cost cycle, the shortest path is undefined, but the number of edges of the shortest negative cost cycle could be computed. It is called Negative Cost Girth (NCG). The NCG problem is applied in many optimization issues such as scheduling and model verification. The existing polynomial algorithms suffer from high computation and memory consumption. In this paper, a powerful Map-Reduce framework implemented to find the NCG of a graph. The proposed algorithm runs in $O(\log_{}{k})$ parallel time over $O(n^3)$ on each Hadoop nodes, where $n, k$ are the size of the graph and the value of NCG, respectively. The Hadoop implementation of the algorithm shows that the total execution time is reduced by 50\% compared with polynomial algorithms, especially in large networks concerning increasing the numbers of Hadoop nodes. The result proves the efficiency of the approach for solving the NCG problem to process big data in a parallel and distributed way.}, keywords = {Map-Reduce,Parallelism,Negative Cost Girth,Sequential,Message Passing Interface}, url = {https://jac.ut.ac.ir/article_85375.html}, eprint = {https://jac.ut.ac.ir/article_85375_6ccd81357666d14addd94c017d2d98d1.pdf} }