florian1345 / kernal

Kernal Extensive Rust Natural Assertion Language
Other
3 stars 0 forks source link

Add HashMultiset in preparation for hash-optimized collection methods #47

Closed florian1345 closed 1 year ago

florian1345 commented 1 year ago

As a second implementation of Multiset added HashMultiset which internally uses a HashMap. The test cases for multisets were extended, generalized, and applied to both implementations.