A powerful, generic, and object-oriented C++ library for creating and manipulating directed and undirected graphs. Developed as a student project at Polytech Tours, this library emphasizes software ...
A production-ready C library for computing Strongly Connected Components (SCCs) in directed graphs. Implements both Tarjan's and Kosaraju's algorithms with optimized data structures and comprehensive ...