noun
spanning tree
A graph theory concept used in computer science; a subgraph that connects all vertices without cycles.
ネットワーク設計では、スパニングツリーを使ってループを防ぐ。
In network design, spanning trees are used to prevent loops.
最小スパニングツリーを求めるアルゴリズムを実装した。
I implemented an algorithm to find the minimum spanning tree.