The final release version - 1.3.
Changes from 1.2 include :
- A lot of work on code quality.
- Unit test coverage upped to 99%.
- Classes and namespaces reorganized.
- Method and class documentation improved.
- Performance increases on several data structures.
- Examples added for most of the class methods - you can find them in the documentation.
- New data structures and algorithms :
- ComplexNumber
- Circular Queue
- Splay Tree
- Kruskal's Algorithm
- Hypotenuse
- Tons of stuff to the Matrix and ObjectMatrix classes.
- Vectors
- Topological Sort for the Graph data structure.
- Radix Sorter
- Observable Collections that implement INotifyCollectionChanged
- Deprecated :
- IVisitable
- IVisitableCollection
- VisitableHashTable
- VisitableList
- VisitableStack
See the
Version History for details, and don't forget to give feedback!