diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |