We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 367816a + e4ab0fb commit 1a155f9Copy full SHA for 1a155f9
README.md
@@ -6,7 +6,7 @@ All of these algorithms require operators that are associative. We classify the
6
algorithms in two groups: those that require data to arrive in-order, and those
7
that allow data to arrive out-of-order. We refer to the algorithms that require
8
data to arrive in-order as FIFO algorithms, as they assume first-in, first-out
9
-semantics. We refer to algorithms that tolerate disordered data as general
+semantics. We refer to the algorithms that tolerate disordered data as general
10
algorithms.
11
12
The algorithmic complexity of the algorithms is with respect to the size of the
0 commit comments