Fully responsive web application to solve assignment problems using Munkres assignment algorithm.
Visit the app at HungarianSolver
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.
HungarianSolver is built using the following technologies:
HungarianSolver also utilizes the following libraries:
HungarianSolver was made possible thanks to the following resources:
- Developed by @Eyepatch0