mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
11 lines
279 B
Markdown
11 lines
279 B
Markdown
---
|
|
title: Minimal spending tree
|
|
---
|
|
# 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
|
|
|