AdvancedVocabulary#software-architecture#developer-tools#backend

Minimum Spanning Tree Vocabulary

Build fluency in the vocabulary of connecting every node in a graph at the lowest possible total edge weight.

0 / 5 completed
1 / 5
At standup, a dev mentions selecting a subset of a graph's edges that connects every node together, contains no cycles, and has the smallest possible total edge weight among all such subsets. What is this structure called?