Augmenting Data with STL

Правка en1, от Karan2116, 2015-08-16 21:10:13

C++ STL supports various useful data structures like balanced binary trees in the form of sets and maps. I was wondering if we can augment data as well with STL container map and set. Is there some way to do that or we have to implement the data structure from scratch ?

Теги stl, map, set

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Karan2116 2015-08-16 21:10:13 296 Initial revision (published)