Adding new package named as weightedgraph (#1391)

This commit is contained in:
AzamShafiul 2020-03-10 15:45:25 +06:00 committed by GitHub
parent d18fb17081
commit 49b158b185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]