Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 496 Bytes

File metadata and controls

17 lines (13 loc) · 496 Bytes

Graph-Library

A small, lightweight Python graph utility providing simple graph types, basic operations, and visualization.

Features

  • Simple adjacency-based Graph implementation
  • Convenience subclasses: NormalGraph, DirectedGraph, WeightedGraph, DirectedWeightedGraph
  • Add vertices and edges, query neighbors and degree
  • Visualize graphs with networkx + matplotlib

Requirements

Python 3.10+

Dependencies can be installed using:

pip install -r requirements