Skip to content

Various implementations of the Munkres algorithm

Notifications You must be signed in to change notification settings

adamhake/munkres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Various implementations of the Munkres algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages