Ten interesting algorithms, as a Software Engineer you should know
Dec 24, 2020 · 12 min read · #1 Bloom Filter A Bloom Filter is a data structure designed to tell, rapidly and memory-efficiently, whether an element is present in a set. It is based on a probabilistic mechanism where false-positive retrieval results are possible, but false negat...
HVISWAPRASATH commented