Probabilistic Comparison
You can probabilistically compare two unsorted vectors (u,v) in O(n) - SO
If U==V then the vectors are probably equal. h(x) is any non-cryptographic hash function.
Written on June 26, 2021, Last update on February 18, 2022
algorithm
hash
math
probability