How does the HyperLogLog algorithm work?

I’ve been learning about different algorithms in my spare time recently, and one that I came across which appears to be very interesting is called the HyperLogLog algorithm – which estimates how many unique items are in a list. This was particularly interesting to me because it brought me back to my MySQL days when … Read more