miniob icon indicating copy to clipboard operation
miniob copied to clipboard

[cpplings] Add STL containers and algorithms exercises

Open XueSongTap opened this issue 10 months ago • 2 comments

Enhancement This sub-issue will add Standard Template Library (STL) usage exercises to the cpplings directory.

The exercises will cover:

  • Common containers (vector, list, map, set, etc.) and their operations
  • Iterator usage patterns
  • Algorithm library (std::algorithm) function examples
  • Functional programming style with STL

These exercises will help contributors better leverage the C++ STL library in the MiniOB project.

Parent issue: #508 (add more cpplings case)

XueSongTap avatar Mar 16 '25 13:03 XueSongTap

do you want to pick up this issue and #525 ?

nautaa avatar Mar 18 '25 02:03 nautaa

@nautaa sure, I will do this and #525

XueSongTap avatar Mar 19 '25 16:03 XueSongTap