Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 429 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 429 Bytes

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