• STL containers: array, vector, deque, list

  • Choosing containers for embedded constraints

  • STL algorithms: sort, find, transform

  • Using iterators and C++20 ranges

  • Memory management with custom allocators

  • Time management using std::chrono