-
Notifications
You must be signed in to change notification settings - Fork 0
Patch Notes
cvikupitz edited this page Jan 1, 2021
·
2 revisions
- Fixed some typos in headers.
- Nullified all unused array indecies.
- Fixed some typos in headers.
- Replaced
char *keys in HashMap & ConcurrentHashMap tovoid *. Callers must now provide a key comparison, destructor, and hashing function to support generic key types. - HashMap test files updated in compliance with the new generic key type.
- Makefile updated to link the static library when compiling the test files, rather than the shared library.
- Additional options displayed with the
make helpcommand.
- Initial release of libcds library. All implemented ADTs passed unit & load testing.
- Repository switched from private to public.
© 2020 Cole Vikupitz