Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 618 forks source link

Two Clique Problem in graphs c++ #1426

Open shivangi-pandey opened 3 years ago

shivangi-pandey commented 3 years ago

Is your feature request related to a problem? Please describe. Answer: "A Clique is a subgraph of graph such that all vertices in subgraph are completely connected with each other. Given a Graph, find if it can be divided into two Cliques."

Describe the solution you'd like Find complement of graph and return true if graph is bipartite else false

Do you want to work on it C++

Please assign it to me

shivangi-pandey commented 3 years ago

Please assign it to me , I want to work on this issue.

shubhidua commented 3 years ago

I would like to contribute to the above problem in java as I am a participant of GSSOC'21. Kindly assign this to me.