Skip to content

nasadigital/instagram-snap

Repository files navigation

Modeling and Simulating of Communication Networks

This is the code for my project.

Intoduction

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.

Building

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages