From 90163e4d2e413006cf0b36c221640795337fb6f5 Mon Sep 17 00:00:00 2001 From: Amritbani Sondhi Date: Tue, 27 Mar 2018 23:39:12 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 82b864b..ff0ecad 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Graphs and Centrality Measures -========================================================================================= - Implemented degree, closeness, betweenness and eigenvector centrality in python with and without Networkx Library. @@ -10,4 +8,4 @@ Created a network graph, with node size relative to the eigen vector centralitie It uses Numpy, Matplotlib, Networkx and itertools libraries for fulfilling the requirements. -========================================================================================= \ No newline at end of file +----------------------------------------------------------------------------------