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!
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!