.NET
c5.txt
Associated article: The C5 Generic Collection Library
Tags:
Published source code accompanying the article by by Niels Kokholm and Peter Sestoft in which the present the C5 Generic Collection Library. Collection libraries provide functionality for storing and manipulatng collections of related data items.
The C5 Generic Collection Library by Niels Kokholm and Peter Sestoft Listing One (a) IDictionary<String, TreeSet<int>> index = new TreeDictionary<String, TreeSet<int>>(); Regex delim = new Regex("[^a-zA-Z0-9]+"); ...