cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

Added benchmarking code for unweighted bellman-ford

Open MichaelC101 opened this issue 3 years ago • 0 comments

Fixes issue:

Fixes issue 6354

Changes:

Created a new bellman-ford cpp file that gives the user the option between creating an unweighted graph and a weighted graph for the purpose to timing bellman-ford on graphs on graphs of different sizes. Includes code from original bellman_ford.cpp in terms of creating the weighted graph.

MichaelC101 avatar Jan 31 '22 00:01 MichaelC101