screenager.dev

Computer-science

3 articles tagged with #computer-science

Allalgorithmscompetitive-programmingcomputer-sciencemathcchatgptpythoncpplow-levelguideaiprompt-engineeringtutorialbit-manipulationleetcodedata-structurescodeforceshow-it-worksdeep-learninginteractivesystem-designprogrammingdebuggingfundamentalsphysicssimulationnetworking
October 19, 2025·9 min read·c

What Actually Happens When You Press ^C?

You know that moment when magic becomes real? This is about that moment.

Read article
October 9, 2025·16 min read·algorithms

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.

Read article
May 1, 2025·13 min read·algorithms

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.

Read article
© 2025 Tejas Mahajan