aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-11-06 15:13:38 +0100
committerMattias Andrée <maandree@operamail.com>2012-11-06 15:13:38 +0100
commit60a49bbf0fd509cec110d0885bed9d88e17d8ab3 (patch)
tree0bccf501b2e13b4a9058e3fc347d19c29f8d125c /README
parent... (diff)
downloadhungarian-algorithm-n3-60a49bbf0fd509cec110d0885bed9d88e17d8ab3.tar.gz
hungarian-algorithm-n3-60a49bbf0fd509cec110d0885bed9d88e17d8ab3.tar.bz2
hungarian-algorithm-n3-60a49bbf0fd509cec110d0885bed9d88e17d8ab3.tar.xz
typo
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 62de72f..a8b89ba 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ bounded within the priority queue's capacity.
However this implemention achived 𝓞(n³) by not using
a priority queue.
-Edmonds and Karp, and ndependently Tomizawa, has also
-reduced the time complexity to 𝓞(n³), but I do not
-known how.
+Edmonds and Karp, and independently Tomizawa, has
+also reduced the time complexity to 𝓞(n³), but I
+do not known how.