Skip to content

pakhomovld/graph-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphlib

Minimal Python library for graph manipulation.

Features

  • Add nodes and edges
  • Get neighbors
  • Check path between nodes (DFS)

Setup

python3 -m venv venv
source venv/bin/activate
pip install black mypy pytest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published