Skip to content

Commit 3a83aca

Browse files
committed
Update README.md
1 parent a79399f commit 3a83aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ For the phrase "Detecting near duplicates" we get the following 64-bit hash.
6262

6363
##How do you calculate a fingerprint?
6464

65-
We start from a 64-bit vector with all 0, for each hash obtained from the documen we have to apply the following function:
66-
If the nth bit vector is 1, increases resulting vector 1, but if its (<= 1) decreases in 1.
65+
We start from a n-bit (despends on hash algorithm) vector with all 0, for each hash obtained from the documen we have to apply the following function:
66+
If the n-th bit vector is 1, increases resulting vector 1, but if its (<= 1) decreases in 1.
6767
example:
6868

6969
```sh

0 commit comments

Comments
 (0)