Skip to content

MBtech/scala-graph-partitioners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Graph Partitioners

The repository contains implementations of different graph partitioning algorithms in scala as well as models to get average-case value for replication factor.

How to run

sbt "runMain graph.partitioning.PerformPartition
"

Strategies available are: hash, dbh, hdrf, bdhrf

About

Parallel Graph partitioning algorithms written in scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages