Skip to content

Commit 1a155f9

Browse files
authored
Merge pull request #6 from scotts/master
Edit README
2 parents 367816a + e4ab0fb commit 1a155f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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 to algorithms that tolerate disordered data as general
9+
semantics. We refer to the algorithms that tolerate disordered data as general
1010
algorithms.
1111

1212
The algorithmic complexity of the algorithms is with respect to the size of the

0 commit comments

Comments
 (0)