Git Diff Is Just LCS

Every CS student grinds LCS problems on LeetCode. But do they know it powers git diff? A deep dive into the Hunt-McIlroy algorithm and why your DSA practice is more relevant than Twitter debates suggest.

October 9, 2025 · 15 min read · algorithms, computer-science

The Curious Case of Bloom Filters: When "Maybe" Is Good Enough

A deep dive into the elegant mathematics and practical applications of Bloom filters — probabilistic data structures that trade perfect accuracy for astonishing space efficiency.

May 1, 2025 · 12 min read · algorithms, data-structures