A Faster Algorithm for Maximum Weight Matching on Unrestricted Bipartite Graphs
Data Structures and Algorithms
2025-04-07 v3
Abstract
Given a weighted bipartite graph , the maximum weight matching (MWM) problem seeks to find a matching that maximizes the total weight . This paper presents a novel algorithm with a time complexity of , where . Unlike many existing algorithms, our approach supports real-valued weights without additional constraints. Under this condition, our result improves upon the previous best-known bound of , or more strictly , where . The suggested implementation code is simplified and publicly available at https://github.com/ShawxingKwok/Kwok-algorithm, with the average-case time complexity of estimated from experimental results on random graphs.
Cite
@article{arxiv.2502.20889,
title = {A Faster Algorithm for Maximum Weight Matching on Unrestricted Bipartite Graphs},
author = {Shawxing Kwok},
journal= {arXiv preprint arXiv:2502.20889},
year = {2025}
}