This commit is contained in:
c-blake 2022-08-02 13:54:16 -04:00 committed by GitHub
parent b7afc8dd13
commit 024b912938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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