A small, lightweight Python graph utility providing simple graph types, basic operations, and visualization.
- Simple adjacency-based
Graphimplementation - Convenience subclasses:
NormalGraph,DirectedGraph,WeightedGraph,DirectedWeightedGraph - Add vertices and edges, query neighbors and degree
- Visualize graphs with
networkx+matplotlib
Python 3.10+
Dependencies can be installed using:
pip install -r requirements