From 024b9129389e6c117a0a55f35f6c655c4be18ac5 Mon Sep 17 00:00:00 2001 From: c-blake Date: Tue, 2 Aug 2022 13:54:16 -0400 Subject: [PATCH] Add grAlg (#2302) --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index 5b3666a..162111a 100644 --- a/packages.json +++ b/packages.json @@ -26969,5 +26969,25 @@ "description": "A light wrapper over xkbcommon", "license": "MIT", "web": "https://github.com/j-james/nim-xkbcommon" + }, + { + "name": "grAlg", + "url": "https://github.com/c-blake/gralg", + "method": "git", + "tags": [ + "graph", + "digraph", + "dag", + "algorithm", + "dfs", + "bfs", + "dijkstra", + "topological sort", + "shortest paths", + "transitive closure" + ], + "description": "Classical Graph Algos in Nim", + "license": "MIT/ISC", + "web": "https://github.com/c-blake/gralg" } ]