Detect-social-structure-in-graph

This code is in c++.

The algorithm which runs on the graph can be chosen by user, also user can choose how to save the graph structure when read it from text file, either in Matrix or LinkedList.

Sort Algorithms are:

1-Quick Sort

2-Merge Sort

3-Bubble Sort

4-Insertion Sort