This library solves the problem of working with graphs in a structured, reusable way. It provides implementations of essential graph algorithms that are commonly used in computer science applications, ...
FastGraph is designed primarily read-heavy work. When there is a design choice between optimizing read paths vs write paths in this library, generally read paths are optimized at the expense of write ...