Ten interesting algorithms, as a Software Engineer you should know
#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...

