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