Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

01 Concept

❯

Network Flow

Network Flow

Feb 10, 20261 min read

  • algorithms
  • graph-algorithms
  • network-flow

Network Flow

← Back to Graph Algorithms

Algorithms for computing the maximum flow through a network from a source to a sink. Network flow models problems in transportation, bipartite matching, and resource allocation.

Key Properties

  • Ford-Fulkerson
  • Edmonds-Karp
  • Max-Flow Min-Cut

Related

  • Shortest Path (Edmonds-Karp uses BFS)

algorithms graph-algorithms network-flow


Graph View

  • Network Flow
  • Key Properties
  • Related

Backlinks

  • Graph Algorithms
  • Edmonds-Karp
  • Ford-Fulkerson
  • Max-Flow Min-Cut

Created with Quartz v4.5.2 © 2026

  • GitHub