Skip to content

Commit d3c256a

Browse files
committed
updated
1 parent 10a9433 commit d3c256a

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
@@ -17,7 +17,7 @@ To find the shortest path between Alice and David.
1717
# Exercise proposition:
1818

1919
- Imagine every person starts with a distance of 100 between them.
20-
- Every time that a person share somethin with anyone, the distance between them is reduced by:
20+
- Every time that a person have an interaction with another, the distance between them is reduced by:
2121
distance = 100/(N+1)
2222

2323
Where N = number of time that the user has share something with that user.

0 commit comments

Comments
 (0)