Skip to content

Eyepatch0/HungarianSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

HungarianSolver

Fully responsive web application to solve assignment problems using Munkres assignment algorithm.

Deployed:

Visit the app at HungarianSolver

Features

HungarianSolver offers the following features:

  • Client-Side Architecture: The application runs entirely on the client-side, meaning no server is required to use it. This makes it easy to deploy and use in a wide range of environments.
  • O(n³) Implementation of the Munkres Algorithm: HungarianSolver uses a fast implementation of the Munkres algorithm (also known as the Hungarian algorithm or the Kuhn-Munkres algorithm) to quickly solve assignment problems.
  • Fully Responsive: The application is designed to work seamlessly across a range of devices, from mobile phones to desktop computers.
  • Light/Dark Mode Toggle: Switch between light and dark mode to optimize the application's appearance for different lighting conditions.

Tech Stack Used:

HungarianSolver is built using the following technologies:

Libraries Used:

HungarianSolver also utilizes the following libraries:

Acknowledgements

HungarianSolver was made possible thanks to the following resources:

Authors

About

Web Application to solve assignment problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors