Skip to content

Contributed to an open source Java library for graph algorithms

Notifications You must be signed in to change notification settings

sorodocosmin/Graph4J-Boruvka

 
 

Repository files navigation

Contributtions made :

Algorithms of computing MST using Boruvka's algorithm O(|E| log |V|) (+rigorously tests) :
  • Default Implementation;
  • Parallel Implementation ( using a threadPool, where the number of threads is given);

You can see the contribution on the official repo : here

About

Contributed to an open source Java library for graph algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 97.7%
  • HTML 2.0%
  • Other 0.3%