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.
1 parent ece8445 commit 87bb606Copy full SHA for 87bb606
README.md
@@ -6,7 +6,8 @@ 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 algorithms that tolerate disordered data as general algorithms.
+semantics. We refer to 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
13
window.
0 commit comments