https://github.com/federicobruzzone/c-hash-table
Hash table implementation in C
https://github.com/federicobruzzone/c-hash-table
c hash hashfunction hashmap hashtable
Last synced: 8 months ago
JSON representation
Hash table implementation in C
- Host: GitHub
- URL: https://github.com/federicobruzzone/c-hash-table
- Owner: FedericoBruzzone
- License: gpl-3.0
- Created: 2023-10-23T21:44:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:05:50.000Z (about 1 year ago)
- Last Synced: 2025-01-03T21:42:41.210Z (9 months ago)
- Topics: c, hash, hashfunction, hashmap, hashtable
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hash table implementation in C
## How to compile
`make` and `make run`
## Contributing
Contributions to this project are welcome! If you have any suggestions, improvements, or bug fixes, feel free to submit a pull request.
## License
This repository is licensed under the [GNU General Public License (GPL)](https://www.gnu.org/licenses/gpl-3.0.html). Please review the license file provided in the repository for more information regarding the terms and conditions of the GPL license.
## Contact
If you have any questions, suggestions, or feedback, do not hesitate to [contact me](https://federicobruzzone.github.io/).