Rajib_119's blog

By Rajib_119, history, 6 years ago, In English

Which algorithm is used to create C++ STL order set ??? Thanks in advance.

  • Vote: I like it
  • +8
  • Vote: I do not like it

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

If you're talking of std::set then AFAIK Red Black Tree is used.