Skip to content

Some graph and multigraph algorithms implemented in python

Notifications You must be signed in to change notification settings

saulspatz/multigraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multigraph

Some graph and multigraph algorithms in python

These are algorithms that I've had a hard time with, and am implementing to increase my understanding.

  1. The graph-theoretic version of the Hungarian algorithm.
  2. An algorithm for edge-coloring a multigraph that achieves both Vizing's bound and Shannon's bound. Test file are in Data/EdgeColoring. The same directory contains a script named gendata.py that generates random graphs for testing.

About

Some graph and multigraph algorithms implemented in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages