ZigRazor / ZigRazor/CXXGraph

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

Open
#464 6 comments 0 reactions 1 assignee View on GitHub

@yuvam2005 is already working on this.

Since Oct 13, 2025.

  • #465 by @THIRU-1074 — closed without merging
development hacktoberfest Priority:Medium
Dominant language
C++
Stars
729
Forks
147
Avg merge
19h
Merged PRs (30d)
1

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.