From 368d91af9c24a16f350b9ac86459ccce4bba1451 Mon Sep 17 00:00:00 2001 From: Conor H Date: Sat, 26 Nov 2016 15:59:14 +0100 Subject: [PATCH] Update assignment3.html Fix asymmetric friend documentation. --- assignment3/assignment3.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment3/assignment3.html b/assignment3/assignment3.html index 91e747b8..413913cc 100644 --- a/assignment3/assignment3.html +++ b/assignment3/assignment3.html @@ -159,7 +159,7 @@

Map Input

Reduce Output

-

The output should be all pairs (friend, person) such that (person, friend) appears in the dataset but (friend, person) does not.

+

The output should be all pairs (friend, person) and (person, friend) such that one of (person, friend) appears in the dataset but (friend, person) does not.

You can test your solution to this problem using friends.json:

@@ -213,4 +213,4 @@

Reduce Output

- \ No newline at end of file +