mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 21:12:14 -05:00
[PR #2898] [CLOSED] Add graph-algorithms: Fast approximate minimum cycle basis (MCB) for sparse graphs #6611
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2898
Author: @m15154178071-cmyk
Created: 2/2/2026
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
0d815feAdd graph-algorithms to Algorithms section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
A high-performance pure-Python implementation for minimum cycle basis and induced cycle detection.
Project
graph-algorithms
Checklist
Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
This library implements a fast heuristic for Minimum Cycle Basis (MCB) that is up to 355x faster than NetworkX on sparse/planar graphs (e.g., grids, molecular graphs), with <3% error on general random graphs. It's written in pure Python with zero dependencies and includes a NetworkX-compatible adapter.
How It Differs
If similar entries exist, what makes this one unique?
Unlike educational algorithm repos like TheAlgorithms, this is a production-ready tool optimized for real-world performance in computational chemistry, EDA, and network analysis. It achieves C-extension-level speed in pure Python.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.