Skip to content

Commit ece8445

Browse files
authored
Update README.md
1 parent 610b16d commit ece8445

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ aggregation algorithms.
44

55
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
7-
that allow data to arrive out-of-order. We call the algorithms that require
7+
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 call algorithms that tolerate disordered data as general
10-
algorithms.
9+
semantics. We refer algorithms that tolerate disordered data as general algorithms.
1110

1211
The algorithmic complexity of the algorithms is with respect to the size of the
1312
window.

0 commit comments

Comments
 (0)