Click to See Complete Forum and Search --> : Using DFS in Ford Fulkerson Max Flow


legend986
February 18th, 2008, 12:47 AM
I was wondering why we don't use DFS in Max flow problems (or do they use?) I read an article where it was specifically mentioned that Breadth first search is used and not Depth First Search... Is there any reason for this?