Commit Graph

7 Commits

Author SHA1 Message Date
Bailey Thompson
24ca9d9d9b Make c89 compatible (#27) 2019-05-02 19:34:27 -04:00
Bailey Thompson
5fe6b40c3e Make c90 compatible (#26) 2019-05-02 14:49:36 -04:00
Bailey Thompson
20e8839143 Add more testing (#23)
Increase code coverage so that other than the out-of-memory conditions, the code is entirely covered.

Some areas of the code have been tweaked for performance optimizations.

Bug fix! A bug has been identified and fixed in the unordered_multiset data structure in the unordered_multiset_remove_all function.

This bug would occur when more than one entry exists in the bucket in which the element is occupying, and that element had a count of more than one.
2019-04-30 23:22:36 -04:00
Bailey Thompson
bd73635e02 Improve variable names in test cases 2018-01-03 00:45:33 -05:00
Bailey Thompson
dfa195e89d Add unordered_map 2017-12-12 00:24:25 -05:00
Bailey Thompson
3e6033ef7d Add unordered_set 2017-12-10 15:57:38 -05:00
Bailey Thompson
3b043fb4f8 Add unordered_set - still in development 2017-12-10 02:39:55 -05:00