Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 432 Bytes

File metadata and controls

10 lines (7 loc) · 432 Bytes

Munkres

Munkres contains implementations of the Munkres algorithm in various programming languages. I'm using this overview as a point of reference for implementation details.

Roadmap

  • Pure Ruby Implementation
  • Pure C implementation
  • Ruby gem that uses the C implementation for performance
  • NodeJs package that uses the C implementation