Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Minimum bottleneck spanning tree

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 8 months ago by ~2025-33219-10 in topic mistake in example?

mistake in example?

[edit]

in the pseudocode for 'Gabow and Tarjan algorithm for MBSA' it is stated that in every iteration the v in F with minimal c(v) is picked, but in the third step of the example ("Next we move to the vertex 4 in the graph G"), 1 is in F and c(1)=1 < 4=c(4) - why is 4 picked before 1? ~2025-33219-10 (talk) 07:15, 13 November 2025 (UTC)Reply