https://github.com/kyrol01/hash-table
Implementation of a generic Hash Table in C
https://github.com/kyrol01/hash-table
Last synced: about 2 months ago
JSON representation
Implementation of a generic Hash Table in C
- Host: GitHub
- URL: https://github.com/kyrol01/hash-table
- Owner: kYroL01
- Created: 2018-12-21T14:45:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T14:50:27.000Z (over 6 years ago)
- Last Synced: 2025-02-03T14:19:34.773Z (4 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hash-Table
Implementation of a generic Hash Table in C## TODO:
Add more test in mainConvert the `char*` hash table into a `void*` hash table (generic)