CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Edmonds Karp
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Edmonds Karp - List
[
Internet-Network
]
StreamEdmondsKarp
DL : 0
最大网络流问题 一个Edmonds-Karp算法,也就是广搜增广路径,用了16MS-A maximum network flow problem Edmonds-Karp algorithm, which is widely found augmented path, with a 16ms
Date
: 2025-07-04
Size
: 1kb
User
:
csk
[
Sniffer Package capture
]
edmonds_karp
DL : 0
最大流实现程序,很好用,希望和大家分享-To achieve maximum flow process, very good, and would like to share ~ ~
Date
: 2025-07-04
Size
: 1kb
User
:
lbx
[
JSP/Java
]
M
DL : 0
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5-Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5
Date
: 2025-07-04
Size
: 1kb
User
:
Joao
[
Graph program
]
Edmonds-Karp
DL : 0
Edmonds-karp algorithm - A C++ program which returns the largest flow and flow through each edge.-Edmonds-karp algorithm- A C++ program which returns the largest flow and flow through each edge.
Date
: 2025-07-04
Size
: 1kb
User
:
piyu
[
Graph program
]
10
DL : 0
This source code contains: -BFS algorithm on a graph -Edmonds Karp algorithm on a graph -minimal cut on a graph -disjunct paths in a graph.
Date
: 2025-07-04
Size
: 3kb
User
:
Belet Teodor
[
Algorithm
]
connectivity
DL : 0
使用C++实现的一个计算图的连通度的程序 该算法使用Edmonds-Karp算法,基于网络流的计算而成。-this program is implemented by c++ and it is for the calculation of Graph Connectivity Degree,it uses Edmonds-Karp algorithm,which is famous for calculating network flow.
Date
: 2025-07-04
Size
: 1.09mb
User
:
cra
[
Algorithm
]
Edmonds-Karp
DL : 0
Edmonds-Karp Algorithm for flow problem
Date
: 2025-07-04
Size
: 107kb
User
:
Duong Tu
[
assembly language
]
DFSmat
DL : 0
最大流Edmonds-karp算法代码源,应用最短路径方法,相对于Ford算法简单-Edmonds- karp maximum flow algorithm source code, using the shortest path method, relative to the Ford algorithm is simple
Date
: 2025-07-04
Size
: 2kb
User
:
张绘
[
Algorithm
]
EDMONDSKARP_2
DL : 0
Edmonds Karp Algorithm for Maximum Flow
Date
: 2025-07-04
Size
: 463kb
User
:
Anna_7D
[
Other
]
main
DL : 0
SAP算法:求最大流有一种经典的算法,就是每次找增广路时用BFS找,保证找到的增广路是弧数最少的,也就是所谓的Edmonds-Karp算法。- SAP algorithm for the maximum flow is a classical algorithm, is each for augmenting path with BFS can guarantee the augmented way to find the minimum number of arcs, which is also called the Edmonds-Karp algorithm.
Date
: 2025-07-04
Size
: 1kb
User
:
亮建
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.