An open API service indexing awesome lists of open source software.

https://github.com/perfectmak/krusal-mst-hackerrank


https://github.com/perfectmak/krusal-mst-hackerrank

cplusplus-14 hackerrank mst union-find

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          

# Solution to Kruskal (MST) - Hackerrank

This contains an implementation for Minimum Spanning Tree using kruskals algorithm.
And it also contains solution to the hackerrank challenge [here](https://www.hackerrank.com/challenges/kruskalmstrsub).