/hashTable

C hash table implementation with case-insensitive keys, and easily replaceable hash function. Complexity: O(log(N))

Primary LanguageC

This repository is not active