aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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.