After solving around 20 LeetCode linked-list problems, here is a concise summary of patterns and templates. Type Definition The standard singly linked… ...more
This post does NOT discuss existing high-level async libraries or frameworks in C++. Instead, we explore the fundamental concepts behind the Asynchron… ...more
Both C++ and Rust provide language-level type conversions, but they work very differently. C++ allows implicit conversions driven by constructors and … ...more
Recent