International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 79 - Issue 17 |
Published: October 2013 |
Authors: Nitin Mukesh Tiwari, Swatie Bansal, Abhishek Tripathi |
![]() |
Nitin Mukesh Tiwari, Swatie Bansal, Abhishek Tripathi . Analysis and Optimization of Max Flow Min-cut. International Journal of Computer Applications. 79, 17 (October 2013), 26-31. DOI=10.5120/13963-1859
@article{ 10.5120/13963-1859, author = { Nitin Mukesh Tiwari,Swatie Bansal,Abhishek Tripathi }, title = { Analysis and Optimization of Max Flow Min-cut }, journal = { International Journal of Computer Applications }, year = { 2013 }, volume = { 79 }, number = { 17 }, pages = { 26-31 }, doi = { 10.5120/13963-1859 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2013 %A Nitin Mukesh Tiwari %A Swatie Bansal %A Abhishek Tripathi %T Analysis and Optimization of Max Flow Min-cut%T %J International Journal of Computer Applications %V 79 %N 17 %P 26-31 %R 10.5120/13963-1859 %I Foundation of Computer Science (FCS), NY, USA
Today we are working with the networks all around and that's why it becomes very important to find the effective flow of the commodity within that network. This paper aims to provide an analysis of the best known algorithm for calculating maximum flow of any network and to propose an approximate algorithm, which can solve the same problem with lesser complexity, desirably lesser than the complexity of the known Stoer-Wagner algorithm. This paper addresses this problem with a new approach, which uses upper bound values of each node in the network. Results are compared with fixed number of nodes and variable number of nodes in the network. Moreover networks with variable densities are also considered. Results are obtained by programming the both algorithms in C++. Unix scripts are also used for formatting the results.