- Messages
- 34,905
- Country
I was hunting about looking at different Tree data structure implementations and I came across this link:
www.itu.dk/research/c5
C5 seems to be a comprehensive set of collection classes. One of the things that I find is needed in most of my applications is a suitable collection. I have tended to use something inherited from the hash table.
I'm not very good with stuff where the only documentation is property and method descriptions. This has a good 'book' in pdf format describing different collection types and they are implemented in a class library.
Just thought I'd share it
www.itu.dk/research/c5
C5 seems to be a comprehensive set of collection classes. One of the things that I find is needed in most of my applications is a suitable collection. I have tended to use something inherited from the hash table.
I'm not very good with stuff where the only documentation is property and method descriptions. This has a good 'book' in pdf format describing different collection types and they are implemented in a class library.
Just thought I'd share it