- TIL - A std::vector<bool> only occupies a bit per element at the cost of being non-contiguous http://en.cppreference.com/w/cpp/container/vector_bool 61 comments programming
Linking pages
- C++ Smart Pointers and Arrays - C++ Stories https://www.cppstories.com/2021/smartptr-array/ 20 comments
- mess.cpp - specific things that will brighten up your life | Vlad from externed.com https://vlad.externed.com/docs/cpp/mess-cpp/ 2 comments
- C++ Solution to Leetcode 565. Array Nesting https://leetsolve.com/565-array-nesting 0 comments