Skip to content

🚀 algorithms

Big O

Big O notation is a way of describing the performance of a function without using time.

weeklyfoo #100 / 2025-09-01
performancealgorithms

Bloom Filters

First time I read about bloom filters. But the reduction in size for some special use cases is impressive.

weeklyfoo #21 / 2024-02-26
algorithms