What's the most "exotic" data structure you've used in a .net application

Posted by Pierreten on Stack Overflow See other posts from Stack Overflow or by Pierreten
Published on 2010-05-04T03:29:33Z Indexed on 2010/05/04 3:38 UTC
Read the original article Hit count: 224

Filed under:
|
|
|

With the large amount of BCL types such as Dictionary, HashTable, List, all the IEnumerable types; I was curious to know what were some of the more advanced structures you've had to implement and for what algorithm/application.

© Stack Overflow or respective owner

Related posts about data-structures

Related posts about .NET