javascript-algorithms
javascript-algorithms copied to clipboard
Update kruskal.js
-
Error Message: Corrected typo: "Kruskal's algorithms" to "Kruskal's algorithm."
-
Comparison Callback: Simplified by using weight difference directly.
-
Variable Declaration: Replaced
@varcomments withconstfor clarity. -
Algorithm Logic: Maintained the correct implementation of Kruskal's algorithm.