mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
8 lines
242 B
Markdown
8 lines
242 B
Markdown
# Minimal Spending tree
|
|
Algorithm to connect up every part of the network to every other part of the network at minimal possible cost. Where the cost of connecting each pair is known.
|
|
|
|
#### data
|
|
hybrid version of priority queue
|
|
disjoint set
|
|
|