What is "Bipartite Match" ?

Let's talk about algorithms!

Moderator: Board moderators

Post Reply
hank
Experienced poster
Posts: 146
Joined: Mon Feb 04, 2002 2:00 am
Location: VCORE.

What is "Bipartite Match" ?

Post by hank »

Can you tell me what is Bipartite Match?
and which of the problems in the volume can be solved by the algorithm?
Thank many. :D
bugzpodder
Experienced poster
Posts: 147
Joined: Fri Jun 13, 2003 10:46 pm

Post by bugzpodder »

a graph is bipartite if you can seperate its vertices into two groups and for every edge, its two vertices are in not in the same group. for more info, google it. the problems can be solved using i think network flow, and 10092 i think is an example.
anupam
A great helper
Posts: 405
Joined: Wed Aug 28, 2002 6:45 pm
Contact:

Post by anupam »

you may get help from the book of rosen(discrete math) and from the book of clrs(algorithm).
check them and it will be very clear.
--
Anupam
"Everything should be made simple, but not always simpler"
anupam
A great helper
Posts: 405
Joined: Wed Aug 28, 2002 6:45 pm
Contact:

Post by anupam »

you may get help from the book of rosen(discrete math) and from the book of clrs(algorithm).
check them and it will be very clear.
--
Anupam
"Everything should be made simple, but not always simpler"
Steven Halim
New poster
Posts: 4
Joined: Fri Sep 26, 2003 9:29 am
Location: Singapore
Contact:

Post by Steven Halim »

(I've just post similar message to max flow thread)

Max Bipartite Matching problems:
670 - the dog task
753 - a plug for unix
10080 - gopher 2

(and may be more...)
The Lord is my shepherd ~ Psalms 23
Post Reply

Return to “Algorithms”