python 實現的簡單的BloomFilter

一個簡單的BloomFilter的python實現,接觸python沒多久,代碼不是很規範python # /usr/bin/env python #python implemented simple bloomfilter class BloomFilter(): def __init__(self,length): self.length = length
相關文章
相關標籤/搜索