From 49b158b18535658fd091fa487640004a295f9eeb Mon Sep 17 00:00:00 2001 From: AzamShafiul <61971183+AzamShafiul@users.noreply.github.com> Date: Tue, 10 Mar 2020 15:45:25 +0600 Subject: [PATCH] Adding new package named as weightedgraph (#1391) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 84f4db1..c883ef8 100644 --- a/packages.json +++ b/packages.json @@ -16884,5 +16884,19 @@ "description": "Fast and simple calculation of polygenic scores", "license": "MIT", "web": "https://github.com/mpinese/nimpress/" - } + }, + { + "name": "weightedgraph", + "url": "https://github.com/AzamShafiul/weighted_graph", + "method": "git", + "tags": [ + "graph", + "weighted", + "weighted_graph", + "adjacency list" + ], + "description": "Graph With Weight Libary", + "license": "MIT", + "web": "https://github.com/AzamShafiul/weighted_graph" + } ]