https://github.com/mustafahakkoz/network_analysis
Centrality calculations of a graph in C language
https://github.com/mustafahakkoz/network_analysis
centrality-calculations data-structures social-graph
Last synced: 5 months ago
JSON representation
Centrality calculations of a graph in C language
- Host: GitHub
- URL: https://github.com/mustafahakkoz/network_analysis
- Owner: mustafahakkoz
- Created: 2019-02-06T19:03:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T19:11:16.000Z (about 7 years ago)
- Last Synced: 2025-01-28T05:15:04.951Z (about 1 year ago)
- Topics: centrality-calculations, data-structures, social-graph
- Language: C
- Homepage:
- Size: 618 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# network_analysis
finds influencer people in social graph and calculates centrality values.
2018-2019 fall CSE225 - Data Structures Project-3
150117509 Mustafa Abdullah Hakkoz
## [manual](https://github.com/mustafahakkoz/network_analysis/blob/master/CSE225_fall_2018_Project_3.PDF)
## [code](https://github.com/mustafahakkoz/network_analysis/blob/master/mustafa_hakkoz.c)