https://github.com/tsoding/ht
This is the notes from a Hash Table in C stream.
https://github.com/tsoding/ht
Last synced: about 1 year ago
JSON representation
This is the notes from a Hash Table in C stream.
- Host: GitHub
- URL: https://github.com/tsoding/ht
- Owner: tsoding
- License: mit
- Created: 2023-10-24T21:37:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T09:35:30.000Z (over 2 years ago)
- Last Synced: 2023-10-25T10:33:43.996Z (over 2 years ago)
- Language: C
- Size: 1.94 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hash Table in C
This is the notes from a Hash Table in C stream.
## Quick Start
```console
$ cc -o nob nob.c
$ ./nob run ./shakespear-smol.txt
```
The Shakespeare data is taken from https://ocw.mit.edu/ans7870/6/6.006/s08/lecturenotes/files/t8.shakespeare.txt