Skip to content

Feature Request: Bipartite Matching for Undirected Graph #653

Open
@Akshat-Shu

Description

@Akshat-Shu

Description
The library currently does not provide a built-in implementation for bipartite matching in undirected graphs. Adding support for this would enhance the library’s functionality for graph-based algorithms.

Expected Behaviour

  • a self-sufficient implementation which checks if the graph is bipartite and returns a valid coloring if so
  • Could also be used a helper function for algorithms which might require bipartite validation for the input graph

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions