LeetCode
Ctrlk
  • Default
  • Learning Temp
  • Template
  • Copy of Template
  • CodeChef_Codeforces
  • Array
  • String
  • Hash & Map
  • Linked List
  • Binary Search
  • Bit Masking
  • Stack
  • Sliding Window
  • Prefix & Suffix
  • Heaps and Priority Queue
  • Greedy
  • Trees
  • Graph
    • General
    • Topo Sort
    • Shortest Path
    • MST/ Disjoint Set
      • Minimum Spanning Tree (Prims)
      • Union by Rank/ Size
      • Kruskal Algorithm
      • 827. Making A Large Island
      • 778. Swim in Rising Water
    • Other Algo
    • DFS/BFS
    • Copy of Copy of Template
  • Recursion & Backtracking
  • Dynamic Programming
  • Trie
  • Insights & new Learnings
Powered by GitBook
On this page
  1. Graph

MST/ Disjoint Set

Minimum Spanning Tree (Prims)Union by Rank/ SizeKruskal Algorithm827. Making A Large Island778. Swim in Rising Water
Previous2976. Minimum Cost to Convert String INextMinimum Spanning Tree (Prims)