Skip to content

The Kernighan–Lin algorithm is a heuristic algorithm for finding partitions of graphs. The algorithm has important applications in the layout of digital circuits and components in VLSI.

Notifications You must be signed in to change notification settings

ambirpatel/Kernighan-Lin-Scratch-code-for-graph-partitioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernighan-Lin-Scratch-code-for-graph-partitioning

Fig

The above python code will take a network data as input and bisect the graph in such a way that the cut size is minimum.

It uses Kenighan-Lin algorithm for partitioning the graph.

About

The Kernighan–Lin algorithm is a heuristic algorithm for finding partitions of graphs. The algorithm has important applications in the layout of digital circuits and components in VLSI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages