Skip to content

toidiu/PersistentGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PersistentGraph

A Persistent Graph representation in Scala.

The Graph is represented as a adjacency list. There is accompanying tests and some sample code.

I have also implemented a Krager Min-Cut implementation to find the min cut.

Future improvements

The algorithim can defenitely be made more efficient. Since it is a Persistent implementation it generates alot of objects. Future work would be to code the implementation/graph operations in a more efficient manner then return an immutable Graph object.

About

A Persistent Graph representation in Scala.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages