Lukas' Notes

Home

❯

Knowledge

❯

Non-Blocker

Non-Blocker

Jul 02, 20251 min read

graph-theory

Definition

Non-Blocker

Let G=(V,E) be a connected graph.

A subset of edges N⊆E is called non-blocker if the subgraph G′=(V,E−N) is still connected.

Connection to Spanning Trees

Intuitively, non-blockers are related to spanning trees. In a graph, non-blockers represent “redundant connections” between nodes that can be removed with the induced subgraph being still connected.


Graph View

  • Definition
  • Connection to Spanning Trees

Backlinks

  • Maximum Non-Blocker Problem

Created with Quartz v4.4.0 © 2025

  • GitHub