mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
5 lines
279 B
Plaintext
5 lines
279 B
Plaintext
GTL is a graph library based on STL. For the design of GTL's API the
|
|
API of LEDA has served as a basis. GTL contains the classes needed to
|
|
work with graphs, nodes and edges and some basic algorithms (DFS, BFS,
|
|
topsort ...) as building blocks for more complex graph algorithms.
|