Xiahua
  • About
  • Posts
  • Tags
LeetCode Linked List Question Summary

After solving around 20 LeetCode linked-list problems, here is a concise summary of patterns and templates. Type Definition The standard singly linked… ...more

November 09, 2024 #LeetCode #C++ #Algorithm
Asynchronous Multi-Thread Design Pattern with C++

This post does NOT discuss existing high-level async libraries or frameworks in C++. Instead, we explore the fundamental concepts behind the Asynchron… ...more

October 19, 2024 #Concurrent Programming #C++
Type Conversions in C++ and Rust

Both C++ and Rust provide language-level type conversions, but they work very differently. C++ allows implicit conversions driven by constructors and … ...more

October 19, 2024 #Rust #C++
12345 6 7
Recent
Configuring Claude Code and Continue with DeepSeek V4 PRO APIs
The C++ RVO Trap: When Deleted Move Constructors Break Your Code
Solving the Static Initialization Order Fiasco (SIOF) with Meyer's Singleton
Revisit Sorting Algorithms in C++
LeetCode Graph Question Summary
LeetCode Binary Tree Question Summary
LeetCode Linked List Question Summary
Asynchronous Multi-Thread Design Pattern with C++
Type Conversions in C++ and Rust
Precision loss detection in control systems.
Understanding Routing and NAT with WireGuard VPN
Ubuntu 24.04 LTS Cloud Server Quick Configuration
Why is std::hash a struct?
Perfect forwarding in C++
Avoid virtual functions in C++ (when possible)
About Contact Privacy Sitemap

© 2026 Xiahua

Powered by Zola & Abridge