screenager.dev

Python

2 articles tagged with #python

Allalgorithmscompetitive-programmingcomputer-sciencemathcchatgptpythoncpplow-levelguideaiprompt-engineeringtutorialbit-manipulationleetcodedata-structurescodeforceshow-it-worksdeep-learninginteractivesystem-designprogrammingdebuggingfundamentalsphysicssimulationnetworking
May 21, 2025·21 min read·algorithms

How ChatGPT and I Built an LRU Cache That Sped Up My App 10x

A journey of me and ChatGPT building a Least Recently Used (LRU) cache from scratch, with code examples, funny chat interactions, and visualizations that show how this clever algorithm saved my final project.

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