raphaelgodro / Kernighan-Lin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%