Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 245 Bytes

File metadata and controls

5 lines (5 loc) · 245 Bytes

cpp_containers_twin

  • Single linked list with iterators and with its possible work with the STL library algorithms
  • Vector with iterators and with its possible work with the STL library algorithms, and with movable elements (meve-semantics).