javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Update kruskal.js

Open aniruddhaadak80 opened this issue 11 months ago • 1 comments

  • Error Message: Corrected typo: "Kruskal's algorithms" to "Kruskal's algorithm."

  • Comparison Callback: Simplified by using weight difference directly.

  • Variable Declaration: Replaced @var comments with const for clarity.

  • Algorithm Logic: Maintained the correct implementation of Kruskal's algorithm.

aniruddhaadak80 avatar Nov 01 '24 16:11 aniruddhaadak80