Skip to content

asantucci/Distributed-Karger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Distributed-Karger

Class project for CME 323. Working with Eric Lax, we authored several distributed algorithms to solve the global min-cut problem in graph theory. Along the way to designing our own algorithm, we come up with a new implementation for Karger's min-cut algorithm, which we implement in karger.scala.

Core Idea

The core behind the novel implementation of Karger's min-cut algorithm is that by randomly assigning edge weights, finding a minimum spanning tree, and then removing the heaviest weight edge, we realize a cut; this is equivalent to a series of contractions in Karger's min-cut algorithm.

About

CME 323 - Distributed Algorithms and Optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages