An open API service indexing awesome lists of open source software.

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.

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