Skip to content

Improve Time Complexity for MCF and Assignment Problem #1087

Open
@bqi343

Description

@bqi343

It is mentioned that MCF and the assignment problem can be solved in O(mn + Fm*log n) time and O(n^3) time, respectively, but the provided code uses SPFA, which does not run in these time complexities. Here are some implementations that do run in the desired time complexities:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions