nor's blog
Tags
Search
RSS
Comment
c++
Convenient and near-optimal binary search on floating point numbers
Write recursive DP without thinking about memoization
On lambdas, C++ and otherwise: the what, the why, and the how
Avoiding temporaries - generalizing i++ using std::exchange
The Boost C++ library in competitive programming
Writing C++ like Python: tricks Python doesn't want you to know