Link to home
Start Free TrialLog in
Avatar of jpking72
jpking72

asked on

tree or queue data structure

i am doing a network flow to maximize flow in a network  i've created a matrix of the flow capacities for each node.   What is the best way to search all paths from source to sink?  Do i have to create a tree or queue data structure?  How do i approach it?
ASKER CERTIFIED SOLUTION
Avatar of AlexNek
AlexNek

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Mayank S
Mayank S
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial