Hi there,
I think that algorithm Kuhn-Munkres is really good. Its time complexity is just O(n^3).
You can take a look at this site:
http://www.mc.edu/campus/users/travis/s ... notes.html
Regards
Search found 4 matches
- Fri Jan 03, 2003 4:00 pm
- Forum: Algorithms
- Topic: Minimal Perfect Matching in Full Graphs...
- Replies: 3
- Views: 3032
- Sun Nov 10, 2002 10:08 am
- Forum: Algorithms
- Topic: Another GRAPH problem
- Replies: 1
- Views: 2503
Another GRAPH problem
Let G be a graph, find the kth-shortest path from vertex x to vertex y.
Please show me the best algorithm.
Regards,
Babe
Please show me the best algorithm.
Regards,
Babe
- Tue Nov 05, 2002 5:21 pm
- Forum: Algorithms
- Topic: Longest path
- Replies: 5
- Views: 5209
- Tue Nov 05, 2002 12:09 pm
- Forum: Algorithms
- Topic: Longest path
- Replies: 5
- Views: 5209
Longest path
I have a problem: let G be a graph, G may have circuit, find the longest path in G which go through each vertex at most 1 time and if:
a/ G is directed
b/ G is undirected
Please give me your idea whether a good algorithm exists or not.
Regards,
Babe
a/ G is directed
b/ G is undirected
Please give me your idea whether a good algorithm exists or not.
Regards,
Babe