Skip to content

ExperiencesXP/Graph-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

A library containing relevant classes and methods for graph theory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages