CXXGraph icon indicating copy to clipboard operation
CXXGraph copied to clipboard

Header file to check if a Graph is Biparatite (Bi-colourable)

Open THIRU-1074 opened this issue 1 year ago • 4 comments
trafficstars

A graph is bipartite if the nodes can be partitioned into two independent sets A and B such that every edge in the graph connects a node in Set A and a node in Set B.

https://en.wikipedia.org/wiki/Bipartite_graph

THIRU-1074 avatar Aug 28 '24 10:08 THIRU-1074

@ZigRazor please assign this to me !

THIRU-1074 avatar Aug 29 '24 07:08 THIRU-1074

yes

ZigRazor avatar Aug 29 '24 08:08 ZigRazor

To implement this I need to check for odd nodes cycles in the graph therefore I have made another logic for the detecting those type of cycles. I can't include and use available cycle detection headers for this algorithm is that fine ? Should I make separate header for detecting even or odd nodes cycle and include in bipartite or shall I define in the same header itself.

THIRU-1074 avatar Aug 31 '24 11:08 THIRU-1074

it's ok to define in the same header file

ZigRazor avatar Sep 02 '24 06:09 ZigRazor

Hi @ZigRazor is the issue still open? If yes, can you please assign me I would love contributing

yuvam2005 avatar Oct 11 '25 05:10 yuvam2005

yes, I assign it to you!

ZigRazor avatar Oct 13 '25 07:10 ZigRazor