What I cannot create, I do not understand
--Richard Feynman
This project is like a C++ reference book for me. Using gtest to define behavior and knowledge.
Cpp examples and sandbox mostly from Effective C++, Effective Modern C++ and C++ templates
Data structure I learned, I won't and can't write it as complex as STL. I can only simply write down the basic idea and algorithm.
Test code when reading book C++ Concurrency in Action
Snippet code is mostly from solving leetcode problems.