Fixes #2200
Checklist:
- [x] 4 space indentation.
- [x] Coding conventions are followed.
- [ ] Input is taken dynamically.
- [x] Sample Input / Output is added at the end of file.
- [x] Logic Documentation (Comments).
- [x] File names are correct.
Changes proposed in this pull request:
Code for Kruskal's Algorithm in Javascript
Languages Used:
JavaScript
Files Added:
Kruskal_Algorithm.js
Thanks!
该提问来源于开源项目:jainaman224/Algo_Ds_Notes