Skip to content

Commit 87bb606

Browse files
authored
Update README.md
1 parent ece8445 commit 87bb606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All of these algorithms require operators that are associative. We classify the
66
algorithms in two groups: those that require data to arrive in-order, and those
77
that allow data to arrive out-of-order. We refer to the algorithms that require
88
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.
9+
semantics. We refer to algorithms that tolerate disordered data as general
10+
algorithms.
1011

1112
The algorithmic complexity of the algorithms is with respect to the size of the
1213
window.

0 commit comments

Comments
 (0)