CXXGraph
CXXGraph copied to clipboard
Add Benchmark for Kosaraju Algorithm
Please Add Benchmark similar to the existing Benchmark for other algorithm for Kosaraju Algorithm
plz assign me?
Sure! @AayushiSingh005
plz can you explain how to benchmark the code?
I know how to implement Kosaraju algorithm for strongly connected components.
has you can see in the folder benchmark there are other benchmark for other algorithm. The framework is Google Benchmark. You just need to introduce a new Cpp with the benchmark tests, and try to run them.