Some of the code in this document can be found on the web and in the official documentation. If you are getting started to learn networkX library, this document should be usefull. I also recommend you to check out the original sources for further information.
- Python 3.6 and networkx 2.4 is used in this repository.
-
Social Network Analysis - Domino Data Lab
-
Node Coloring - Stack Overflow
-
Graph Coloring - Stack Overflow
-
Network Centrality Measures in a Graph - Geeks For Geeks
-
Directed Graphs, Multigraphs and Visualization - Geeks For Geeks
-
Eigenvector Centrality - Wikipedia
-
NetworkX Tutorial - Petko Georgiev (University of Cambridge)
-
Nodes With Prime Degree in an Undirected Graph - Geeks For Geeks
-
Degree Centrality - Wikipedia
-
Degree in Graph Theory - Wikipedia