c_hashmap icon indicating copy to clipboard operation
c_hashmap copied to clipboard

Solving problems: key duplication, incorrect hashmap size change on e…

Open kostalski opened this issue 6 years ago • 1 comments

Fixing reported issues in hashmap.c :

  • https://github.com/petewarden/c_hashmap/issues/6
  • https://github.com/petewarden/c_hashmap/issues/8

Adding simple tests.c file with two tests for covering/explaining reported issues.

kostalski avatar Feb 06 '19 22:02 kostalski

Hi, I'm sending pull request with two simple fixes for reported issues:

  • https://github.com/petewarden/c_hashmap/issues/6
  • https://github.com/petewarden/c_hashmap/issues/8

kostalski avatar Feb 06 '19 22:02 kostalski