mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-08 00:53:10 +00:00
Add grAlg (#2302)
This commit is contained in:
parent
b7afc8dd13
commit
024b912938
@ -26969,5 +26969,25 @@
|
|||||||
"description": "A light wrapper over xkbcommon",
|
"description": "A light wrapper over xkbcommon",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/j-james/nim-xkbcommon"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user