3.6.3 Ford Fulkerson algorithm(폴드풀커슨 알고리즘)
CS - 3. Common Algorithms - 3.6 Greedy Algorithms - 3.6.3 Ford Fulkerson algorithm Ford Fulkerson Algorithm 💡Ford Fulkerson Algorithm is a greedy algorithm that is used to find the maximum flow in a flow network. It is also known as the Edmonds-Karp Algorithm. 포드 풀커슨 알고리즘은 흐름 네트워크에서 최대 흐름을 찾는 데 사용되는 탐욕 알고리즘입니다. 에드먼즈-카프 알고리즘이라고도 합니다. 포드-풀커슨(Ford-Fulkerson) 알고리즘은 네트워크 플로우 문제를 해결하기 위한 방법 중 하나입니다. 이..
2024.02.06