Is there a Lua library (or with Lua bindings) to build graphs (directed/undirected), with traversal algorithms, connectivity tests, and other basic graph operations?
Is there a Lua library (or with Lua bindings) to build graphs (directed/undirected), with
Share
The LuaGRAPH library is a Lua binding to GraphViz that might suit your needs.