Implementation of distributed greedy algorithm for finding maximum independent set

34 Views Asked by At

Can anyone share any implementation on how to implement a distributed greedy algorithm for maximum independent set or any implementation of distributed graph algorithm in C++? I checked this one https://github.com/arjun-menon/Distributed-Graph-Algorithms but unable to compile the code.

I tried compiling the code https://github.com/arjun-menon/Distributed-Graph-Algorithms but this does not work. I get the following error.enter image description here

0

There are 0 best solutions below