v0.0.1
This milestone requires all v0.0.0-*
milestones to be reached.
This milestone uses the internal libraries for linked lists, AVLs and hash tables to build and implement the set interface which is already defined.
With this milestone, the very first version of the library is available and ready.
Testing is included into this milestone, including
- Testing fo…
This milestone requires all v0.0.0-*
milestones to be reached.
This milestone uses the internal libraries for linked lists, AVLs and hash tables to build and implement the set interface which is already defined.
With this milestone, the very first version of the library is available and ready.
Testing is included into this milestone, including
- Testing for the linked list implementation
- Testing for the AVL implementation
- Testing for the Hashtable implementation
- Testing for the Set implementation
With this milestone, the library is in shape for beeing shipped. While the version number is still (explicitely) not v1.., as the API is not considerable stable, the library ships all required features for beeing used in production.