Provisio.Collections
Home Page
Categories: Miscellaneous
Author: Provisio
Latest version: 0.99.1
Added 2005-04-19
Class library that brings STL-like containers with iterators to the .NET world (especially C#).
Provisio.Collections offers fundamental sequence (vector/list/deque) and associative (tree/skiplist) containers that can be filled, traversed and modified using iterators.
Details:
Provisio.Collections offers well-known data structures like vector, list and balanced binary tree (red-black BST) that can be filled, traversed, modified and erased using iterators. All containers at least implement the two standard interfaces ICollection and ICloneable to provide full compatibility to other .NET infrastructure. Additionally all containers are compatible on iterator level. This means for example you can insert a range specified by two iterators of one container into any other container (e.g. list -> vector -> tree).
 Built for .NET |
 Library |
 Free or free version available |
 Source code provided |