C++ Lambdas Have Trust Issues
A quick LeetCode solution taught me why C++ lambda return type deduction is pickier than I thought.
12 articles on systems, algorithms, and things worth remembering
A quick LeetCode solution taught me why C++ lambda return type deduction is pickier than I thought.
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.
A deep dive into the elegant mathematics and practical applications of Bloom filters — probabilistic data structures that trade perfect accuracy for astonishing space efficiency.
A deep dive into binary classification using logistic regression, from fundamental concepts to practical implementation, with interactive examples and mathematical foundations
A detailed overview of the algorithms and mathematical reasoning behind our Codeforces ladder and user APIs.