aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-11-06 14:57:01 +0100
committerMattias Andrée <maandree@operamail.com>2012-11-06 14:57:01 +0100
commit16c459bb5e74fb96641b3ecd62a2d1f94e57497f (patch)
treea7a20d80bae7814e36ba3545e9a2fa8c6022c014 /README
downloadhungarian-algorithm-n3-16c459bb5e74fb96641b3ecd62a2d1f94e57497f.tar.gz
hungarian-algorithm-n3-16c459bb5e74fb96641b3ecd62a2d1f94e57497f.tar.bz2
hungarian-algorithm-n3-16c459bb5e74fb96641b3ecd62a2d1f94e57497f.tar.xz
first commit
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7d16e7c
--- /dev/null
+++ b/README
@@ -0,0 +1,3 @@
+𝓞(n³) implementation of the Hungarian algorithm,
+also known as the Hungarian method, Kuhn–Munkres
+algorithm or Munkres assignment.