Skip to content
/ mincut Public

Compute the minimum cut of a connected graph using Karger's algorithm.

Notifications You must be signed in to change notification settings

konczyk/mincut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinCut

Compute the minimum cut of a connected graph using Karger's algorithm.

Sample client

Client options:

$ ./client.py -h

Compute the minimum cut for the graph represented as an adjacency list, running the default number of iterations:

$ ./client.py graph.txt

3

About

Compute the minimum cut of a connected graph using Karger's algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages