Skip to main content
. 2023 Jan 19;23(3):1164. doi: 10.3390/s23031164
Algorithm 3 Delete (x)
Input.x,k
Output. true/false
 1: fh0(x)
 2: calculate hash values h1(f),h2(f),,hk(f)
 3: obtain the bucket B1,B2,,Bk
 4: if Bi(1ik) and fBi then.
 5:     remove f form Bi
 6:     return true
 7: end if
 8: return false