graphlib
There are 4 repositories under graphlib topic.
antvis/graphlib
A lib containing multible usages for graph structure, graph algorithm, and other graph ops.
co-demos/flaplab
open source origamizer - side project
osmanmesutozcan/toy_spreadsheet
Toy Spreadsheet build with Graphlib and Formula Parser
turbolocust/GraphLib
An unsophisticated graph library that supports creating directed or undirected graphs with custom weights. There is the option to choose between an adjacency matrix or list. This application was built for educational purposes.