Posts
- January 2026 C++ fun fact #5: pointer arithmetic must stay in array bounds
- December 2025 C++ fun fact #4: constructing std::set/std::map from a sorted range is O(N)
- December 2025 C++ fun fact #3: std::vector<bool>::flip()
- December 2025 Proof of not knowing
- August 2025 C++ fun fact #2: atomics may use mutexes
- July 2025 C++ fun fact #1: the last std::shared_ptr might not release memory
- June 2025 Leetcode #11 - Container with most water
- May 2025 TCP handshakes