ijdigraph
Ijdigraph is a software library designed to support the construction, manipulation, and analysis of directed graphs. It provides a lightweight, language-agnostic core API intended for researchers, educators, and software developers who work with graph-based data.
The core data model represents graphs as a collection of vertices connected by directed edges, with optional
Algorithms included in ijdigraph cover common needs for directed graphs, such as depth-first search, breadth-first search,
Input and output support serialization and deserialization to formats like GraphML, JSON, and edge lists, enabling
Implementation and usage focus on a modular design with a core that can be embedded in applications
See also: Graph theory, Directed graph, Graph algorithm, Network analysis.