Skip to content

Add bipartite graph algo using DFS#6761

Closed
Ilmakram wants to merge 3 commits intoTheAlgorithms:masterfrom
Ilmakram:add-bipartite-graph-dfs
Closed

Add bipartite graph algo using DFS#6761
Ilmakram wants to merge 3 commits intoTheAlgorithms:masterfrom
Ilmakram:add-bipartite-graph-dfs

Conversation

@Ilmakram
Copy link

Added a Java implementation to check whether a graph is bipartite using DFS.
The program supports user input, handles disconnected graphs, and includes detailed JavaDocs.
Tested with sample graphs to ensure correctness.

@DenizAltunkapan
Copy link
Member

@Ilmakram Please fix the failing workflows so I can start the review.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

This pull request has been automatically closed because its workflows or checks failed and it has been inactive for more than 14 days. Please fix the workflows and reopen if you'd like to continue. Merging from main/master alone does not count as activity.

@github-actions github-actions bot closed this Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants