Numerical Computing · Graph Algorithms

Matrix Permutation Algorithm

2023–2024

Python NumPy Graph Algorithms Numerical Analysis

A client required a Python implementation of a matrix permutation algorithm from a research paper — one that their own attempt had been unable to pass on several edge-case test matrices. I implemented the complete bipartite matching algorithm, including all auxiliary data structures, and validated results against MATLAB's `equilibrate` function.

Highlights

Technology

← Back to portfolio