Skip to content

Feature Request: Bipartite Matching for Undirected Graph #653

@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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @Akshat-Shu

      Issue actions

        Feature Request: Bipartite Matching for Undirected Graph · Issue #653 · codezonediitj/pydatastructs