I know that the running time of ford fulkerson in general is O(f*(n+m)) where f* is the maximum flow of the network and the n , m are the number of vertices and edges in the network , however what if all edge capacities are bounded by a constant C, how will this affect the running time ?
or will it affect the running time ?