logo
SEE ALGORITHMS
SORTING
    Bubble Sort
    Insertion Sort
    Selection Sort
    Heap Sort
    Radix Sort
    Merge Sort
    Quick Sort

Compare MST Algorithms

Compare Minimum Spanning Tree algorithms side-by-side and witness how three distinct greedy strategies explore the same graph to find its MST. While Prim's grows a single tree vertex by vertex, Kruskal's builds the MST by sorting and selecting the cheapest edges globally, and Borůvka's focuses on connecting closest components in parallel steps. Sketch your custom weighted graph and hit the play button to see these foundational algorithms in action.

Draw Graph
Kruskal's MST Visualizer
Boruvka's MST Visualizer

Curious to Learn More?

Hand-picked resources to deepen your understanding

Beginner Friendly
Coding Interview Bootcamp: Algorithms + Data Structures

Learn essential data structures and algorithms step-by-step with practical JavaScript examples.

Practical Guide
JavaScript Algorithms & Data Structures Masterclass

Master DSA fundamentals, problem-solving techniques, and advanced structures using JavaScript.

Deep Dive
Master the Coding Interview: Data Structures + Algorithms

Prepare for top tech interviews with advanced DSA concepts and real-world coding challenges.

Learn DSA on Udemy
Learn DSA on Udemy
As an Udemy Associate, I earn from qualifying purchases.

© 2025 See Algorithms. Code licensed under MIT, content under CC BY-NC 4.0.