Search found 1 match

by Kraken
Sat Sep 18, 2010 2:22 pm
Forum: Volume 113 (11300-11399)
Topic: 11358 - Faster Processing Feasibility
Replies: 8
Views: 5440

Re: 11358 - Faster Processing Feasibility

I'm doing max flow using ford-fulkerson and getting TLE because of the fact that i have to clear a 2-dimensional capacity array of size 100 million in each test case.

Is there a better way than having 1 node for each possible time (to decrease number of nodes)?

Go to advanced search