If you mean how are they implemented, the standard doesn't not specify how it has to be done, just some complexity restrictions are imposed. However, most implementations use some kind of binary tree and specifically Microsoft Visual Studio's implementation uses red-black trees.
Carlos Guía On Fri, May 13, 2011 at 2:40 PM, vivek dhiman <[email protected]>wrote: > i meant how sets behave ? > > -- > You received this message because you are subscribed to the Google Groups > "google-codejam" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code?hl=en. > -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
