You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.