This is the code for my project.
My task is to confirm whether friendship paradox is present in the social network Instagram. The code is writte in C++ and uses Stanford's SNAP library.
To build the code you need to execute the following commands
cd ./examples/testgraph
make
After building the code, you can execute it like this
./testgraph --property=inlikes --only_seed
Make sure you have provide the data sets in the same folder (./examples/testgraph)