We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79399f commit 3a83acaCopy full SHA for 3a83aca
README.md
@@ -62,8 +62,8 @@ For the phrase "Detecting near duplicates" we get the following 64-bit hash.
62
63
##How do you calculate a fingerprint?
64
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.
+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:
+If the n-th bit vector is 1, increases resulting vector 1, but if its (<= 1) decreases in 1.
67
example:
68
69
```sh
0 commit comments