Releases: Mandrenkov/Compile-Time-Graph-Library
Releases · Mandrenkov/Compile-Time-Graph-Library
CTGL v1.0
The first release of CTGL implements the List
, Node
, Edge
, and Graph
data structures along with several traditional graph algorithms. Notably, CTGL can solve the TSP in O(1) running time!