DSA 0.2 released
The 0.2 release of DSA has just been released, features for this release include:
- ArrayListCollection(Of T)
- DoublyLinkedListCollection(Of T)
- SinglyLinkedListCollection(Of T)
- StackCollection(Of T)
- QueueCollection(Of T)
There are also a few algorithms that make there debut (very simple ones - time was consumed with the data structures):
More algorithms will be in the 0.2.1 release which is a minor release, probably with some bug fixes also :-)
All data structures are meant to be interacted with exactly (almost!) like those in the BCL, so if you find that something doesn't act the same was as the BCL equivalent then please tell me.
Download DSA 0.2.