https://github.com/akki-jat/hungarian-assignment-method
JavaScript Implementation of Hungarian Assignment Method
https://github.com/akki-jat/hungarian-assignment-method
assignment-problem college-assignment college-project college-purpose hungarian-assignment hungarian-assignment-method hungarian-method javascript operations-research
Last synced: 2 months ago
JSON representation
JavaScript Implementation of Hungarian Assignment Method
- Host: GitHub
- URL: https://github.com/akki-jat/hungarian-assignment-method
- Owner: akki-jat
- License: mit
- Created: 2020-06-07T17:59:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T10:53:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T11:11:20.353Z (4 months ago)
- Topics: assignment-problem, college-assignment, college-project, college-purpose, hungarian-assignment, hungarian-assignment-method, hungarian-method, javascript, operations-research
- Language: HTML
- Homepage: https://akki-jat.github.io/hungarian-assignment-method
- Size: 532 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hungarian Assignment Method (One of Assignment Problem Solutions)
Although assignment problem can be solved either by using the techniques of Linear Programming or by the transportation method yet the assignment method developed by D. Konig, a Hungarian mathematician known as the Hungarian method of assignment problem is much faster and efficient. FInd more details about it in given documents or [on this link](https://en.wikipedia.org/wiki/Hungarian_algorithm).
This repository tries to **implement** Hungarian Assignment Method with **JavaScript**.
# How to run
1. Clone or Download this repository on your local machine.
2. Open index.html in you browser.# Why
This project was only created for college academics.