Skip to content

Releases: Mandrenkov/Compile-Time-Graph-Library

CTGL v1.0

06 Jun 22:18
Compare
Choose a tag to compare

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!