Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackc/pop_hash_table
https://github.com/jackc/pop_hash_table
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackc/pop_hash_table
- Owner: jackc
- Created: 2015-07-24T21:11:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T21:12:19.000Z (over 9 years ago)
- Last Synced: 2023-03-10T19:08:36.641Z (over 1 year ago)
- Language: Go
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# String Hash
Toy string hash table program. Minimal derivation of hash table example in The Practice of Programming by Kernighan and Pike section 2.9