This repository contains project files that implement our approach of choice about the Influence Maximization problem within Social Network Analysis subject
InfluenceMaximization_Algos.py --> It has the code that controls the whole project. Contains CELF, greedy and Independent Cascade model.
msda_algorithm.py --> Contains the implementation of the algortihm MSDA we developed
Rest of .py files (binaryDegreeDiscount, spreadDegreeDiscount and degreeHeuristic) are from repository : https://github.com/nd7141/influence-maximization/tree/master/IC