Skip to content

Quick implementation of the Kernighan-Lin graph partition algorithm in Python

Notifications You must be signed in to change notification settings

raphaelgodro/Kernighan-Lin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Kernighan-Lin

A quick implementation in Python using an object model instead of an adjacency matrix of the Kernighan-Lin algorithm for graph partition.

About

Quick implementation of the Kernighan-Lin graph partition algorithm in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages