Click here to Skip to main content
15,884,298 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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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