Karan2116's blog

By Karan2116, history, 9 years ago, In English

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 ?

Tags stl, map, set
  • Vote: I like it
  • 0
  • Vote: I do not like it