Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / C#

Adventure in two colors - Implementing an std::map like structure in C#

Rate me:
Please Sign up or sign in to vote.
4.44/5 (5 votes)
21 Jun 2012CPOL6 min read 15.4K   190   5  
mplementation of a data structure similar to the C++ std:map and based on the Red Black tree data structure.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions