gdsc-gvp / DSA

Implementation of various data structures and algorithms.
MIT License
15 stars 52 forks source link

Added Krushkal's Algorithm Implementation #88

Closed imsushant12 closed 2 years ago

imsushant12 commented 2 years ago

Related Issue

Issue: #85

Closes: #85 85

Describe the changes you've made

I have implemented Krushkal's Algorithm to find MST.

Type of change

What sort of change have you made:

I have tested it with sample input-output.